4.4.1
Freundlich's C++ toolkit
Loading...
Searching...
No Matches
Public Member Functions
fcppt::int_iterator< Int > Class Template Referencefinal

Detailed Description

template<typename Int>
class fcppt::int_iterator< Int >

An iterator over integers.

Inheritance diagram for fcppt::int_iterator< Int >:
fcppt::iterator::base< fcppt::iterator::types< fcppt::int_iterator< Int >, Int, Int, Int, std::input_iterator_tag > >

Public Member Functions

 int_iterator (Int) noexcept
 
void increment () noexcept
 
bool equal (int_iterator) const noexcept
 
Int dereference () const noexcept
 

Constructor & Destructor Documentation

◆ int_iterator()

template<typename Int >
fcppt::int_iterator< Int >::int_iterator ( Int  )
explicitnoexcept

Member Function Documentation

◆ dereference()

template<typename Int >
Int fcppt::int_iterator< Int >::dereference ( ) const
noexcept

◆ equal()

template<typename Int >
bool fcppt::int_iterator< Int >::equal ( int_iterator< Int >  ) const
noexcept

◆ increment()

template<typename Int >
void fcppt::int_iterator< Int >::increment ( )
noexcept