array_view.hpp
Go to the documentation of this file.
125constexpr Dynamic_array_view<ElementType> make_dynamic_array_view(ElementType* ptr, std::ptrdiff_t len)
131constexpr Dynamic_array_view<ElementType> make_dynamic_array_view(ElementType* first, ElementType* last)
constexpr Index_t size() const noexcept Definition array_view.hpp:93 Iterator_t Const_iterator_t Definition array_view.hpp:79 Reference_t operator[](Index_t idx) Definition array_view.hpp:101 constexpr Dynamic_array_view(Pointer_t first, Pointer_t last) noexcept Definition array_view.hpp:85 constexpr Dynamic_array_view(ElementType(&arr)[N]) noexcept Definition array_view.hpp:88 Iterator_t begin() const noexcept Definition array_view.hpp:95 Const_iterator_t cend() const noexcept Definition array_view.hpp:99 void check_range(Index_t idx) const Definition array_view.hpp:115 Element_t operator[](Index_t idx) const Definition array_view.hpp:106 constexpr Pointer_t data() const noexcept Definition array_view.hpp:91 Const_iterator_t cbegin() const noexcept Definition array_view.hpp:98 constexpr bool empty() const noexcept Definition array_view.hpp:92 constexpr Dynamic_array_view() noexcept=default Definition depgen.cpp:33 constexpr Dynamic_array_view< ElementType > make_dynamic_array_view(ElementType *ptr, std::ptrdiff_t len) Definition array_view.hpp:125 std::ostream & operator<<(std::ostream &ostr, const Dynamic_array_view< ElementType > &av) Definition array_view.hpp:143 Generated on Sun Apr 6 2025 11:10:36 for FlexibleSUSY by |