pstore2
Public Types | Public Member Functions | List of all members
pstore::repo::section_sparray< T >::indices Class Reference

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
 

Detailed Description

template<typename T>
class pstore::repo::section_sparray< T >::indices

A container which can be used to access and iterate over the available index values in the sparse array.


The documentation for this class was generated from the following file: