Skip to main content

api::Index

Functions

Index(const Type &finish)#

inline explicit

constexpr api::Index< Type >::Index (const Type &finish)

Type: constexpr

Parameters:

  • const Type & finish

Index(const Type &start, const Type &finish)#

inline

constexpr api::Index< Type >::Index (const Type &start, const Type &finish)

Type: constexpr

Parameters:

  • const Type & start
  • const Type & finish

begin() const noexcept#

inline

IndexIterator< Type > api::Index< Type >::begin () const noexcept

Type: IndexIterator< Type >

cbegin() const noexcept#

inline

IndexIterator< Type > api::Index< Type >::cbegin () const noexcept

Type: IndexIterator< Type >

cend() const noexcept#

inline

IndexIterator< Type > api::Index< Type >::cend () const noexcept

Type: IndexIterator< Type >

end() const noexcept#

inline

IndexIterator< Type > api::Index< Type >::end () const noexcept

Type: IndexIterator< Type >