1 #ifndef INSIGHTS_NUMBER_ITERATOR_H
2 #define INSIGHTS_NUMBER_ITERATOR_H
const NumberIterator & begin() const
NumberIterator & operator++()
const sentinel end() const
NumberIterator(const T num)
const T & operator*() const
bool operator==(sentinel) const