![]() |
Low-Level Abstraction of Memory Access
|
Range allowing to iterate over all indices in an ArrayExtents. More...
#include <ArrayIndexRange.hpp>
Public Member Functions | |
constexpr | ArrayIndexRange () noexcept=default |
constexpr | ArrayIndexRange (ArrayExtents extents) noexcept |
constexpr auto | begin () const noexcept -> ArrayIndexIterator< ArrayExtents > |
constexpr auto | end () const noexcept -> ArrayIndexIterator< ArrayExtents > |
Range allowing to iterate over all indices in an ArrayExtents.
Definition at line 250 of file ArrayIndexRange.hpp.
|
constexprdefaultnoexcept |
|
inlineexplicitconstexprnoexcept |
Definition at line 261 of file ArrayIndexRange.hpp.
|
inlineconstexprnoexcept |
Definition at line 266 of file ArrayIndexRange.hpp.
|
inlineconstexprnoexcept |
Definition at line 272 of file ArrayIndexRange.hpp.