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