Skip to main content

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 noexcept

Type: bool

Parameters:

operator*() const noexcept#

inline

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 &