api::IndexIterator
Functions
IndexIterator(Type value)#
inline explicit
api::IndexIterator< Type >::IndexIterator (Type value)operator!=(IndexIterator const &a) const noexcept#
inline
bool api::IndexIterator< Type >::operator!= (IndexIterator const &a) const noexceptType: bool
Parameters:
- IndexIterator const &
a
operator*() const noexcept#
inline
Type api::IndexIterator< Type >::operator* () const noexceptType: Type
operator++()#
inline
IndexIterator & api::IndexIterator< Type >::operator++ ()Type: IndexIterator &
operator--()#
inline
IndexIterator & api::IndexIterator< Type >::operator-- ()Type: IndexIterator &