10 #ifndef INTEGERBIDIRITERATOR_HPP 11 #define INTEGERBIDIRITERATOR_HPP 15 namespace duds {
namespace general {
22 template <
typename Int>
57 #endif // #ifndef INTEGERBIDIRITERATOR_HPP
std::bidirectional_iterator_tag iterator_category
IntegerBiDirIterator operator--(int)
IntegerBiDirIterator & operator++()
IntegerBiDirIterator & operator--()
IntegerBiDirIterator(Int i)
IntegerBiDirIterator operator++(int)
A bidirectional iterator intended to work with sequential integers.
IntegerBiDirIterator()=default
bool operator!=(const IntegerBiDirIterator &i) const