|
pstore2
|
A container which can be used to access and iterate over the available index values in the sparse array. More...
#include <section_sparray.hpp>
Public Types | |
| using | iterator = details::cast_iterator< section_kind, typename array_type::indices::const_iterator > |
| using | const_iterator = iterator |
Public Member Functions | |
| constexpr | indices (typename array_type::indices const &i) noexcept |
| constexpr iterator | begin () const noexcept |
| constexpr iterator | end () const noexcept |
| constexpr bool | empty () const noexcept |
| section_kind | front () const noexcept |
| section_kind | back () const noexcept |
A container which can be used to access and iterate over the available index values in the sparse array.
1.8.13