Rebel Fork Framework
Urho3D::TransformedSpan< SourceType, DestinationType, Function >::Iterator Class Reference

Public Types

using iterator_category = std::random_access_iterator_tag
 
using value_type = DestinationType
 
using difference_type = eastl_size_t
 
using pointer = const DestinationType *
 
using reference = const DestinationType &
 

Public Member Functions

 Iterator (UnderlyingIterator iter)
 
value_type operator* () const
 
Iteratoroperator++ ()
 
Iterator operator++ (int)
 
Iteratoroperator-- ()
 
Iterator operator-- (int)
 
Iteratoroperator+= (difference_type n)
 
Iteratoroperator-= (difference_type n)
 
Iterator operator+ (difference_type n) const
 
Iterator operator- (difference_type n) const
 
bool operator== (const Iterator &rhs) const
 
bool operator!= (const Iterator &rhs) const
 
bool operator< (const Iterator &rhs) const
 
bool operator> (const Iterator &rhs) const
 
bool operator<= (const Iterator &rhs) const
 
bool operator>= (const Iterator &rhs) const
 
difference_type operator- (const Iterator &rhs) const
 

Private Attributes

UnderlyingIterator iter_ {}
 

The documentation for this class was generated from the following file: