Class Intervals::IteratorΒΆ
-
class
Iterator: public std::iterator<std::input_iterator_tag, Interval<T>> Public Functions
-
template<>
Iterator(T begin, U quot, U rem)
-
template<>
Interval<T>operator*() const
-
template<>
voidoperator++()
-
template<>
booloperator==(Iterator const &rhs) const
-
template<>
booloperator!=(Iterator const &rhs) const
Private Members
-
template<>
Tbegin_
-
template<>
U constquot_
-
template<>
Urem_
-
template<>
Uindex= {0}
-
template<>