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