bool operator< | ( | const transforming_iterator< BaseIterator, TransformingFunctor > & | right | ) | const |
Checks if the current position of the left-hand-side iterator is to the left of the position of the parameter, i.e. whether the respective order of the corresponding adopted iterators holds.
right | The right-hand-side iterator to compare with. |
this
and right
, i.e. true
, if this->base()
is less than right.base()
as defined by the "<" operator.