|
tenno 0.1.0
|
A const iterator to iterate over the array. More...
#include <array.hpp>
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | difference_type = std::ptrdiff_t |
| using | value_type = T |
| using | pointer = T * |
| using | reference = T & |
Public Member Functions | |
| constexpr | const_iterator (const tenno::array< T, N > &array_in, const tenno::size end) noexcept |
| constexpr const_iterator & | operator++ () noexcept |
| constexpr const_iterator | operator++ (int) noexcept |
| constexpr bool | operator== (const const_iterator &other) const noexcept |
| constexpr bool | operator!= (const const_iterator &other) const noexcept |
| constexpr T | operator* () const noexcept |
Data Fields | |
| const tenno::array< T, N > & | array |
| tenno::size | index |
A const iterator to iterate over the array.
| using tenno::array< T, N >::const_iterator::difference_type = std::ptrdiff_t |
| using tenno::array< T, N >::const_iterator::iterator_category = std::forward_iterator_tag |
| using tenno::array< T, N >::const_iterator::pointer = T * |
| using tenno::array< T, N >::const_iterator::reference = T & |
| using tenno::array< T, N >::const_iterator::value_type = T |
|
inlineexplicitconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
| const tenno::array<T, N>& tenno::array< T, N >::const_iterator::array |
| tenno::size tenno::array< T, N >::const_iterator::index |