Iterator< Cont > Class Template Reference

Public Types

using iterator_category = std::input_iterator_tag
 
using difference_type = ptrdiff_t
 
using value_type = Element_
 
using reference = value_type &
 
using pointer = value_type *
 

Public Member Functions

 Iterator (Cont *cont=nullptr, size_t pos=0)
 
 operator Iterator< typename std::add_const< Cont >::type > () const
 
reference operator* () const
 
pointer operator-> () const
 
Iteratoroperator++ ()
 
Iterator operator++ (int)
 

Friends

bool operator== (const Iterator &a, const Iterator &b)
 
bool operator!= (const Iterator &a, const Iterator &b)