31 #ifndef DATATOOLS_INTEGER_RANGE_H 32 #define DATATOOLS_INTEGER_RANGE_H 41 #include <boost/cstdint.hpp> 118 uint64_t
count()
const;
153 bool lower_included_ =
true,
154 bool upper_included_ =
true);
163 void dump(std::ostream& out = std::clog)
const;
166 friend std::ostream&
operator<<(std::ostream & out,
170 friend std::istream&
operator>>(std::istream & in,
215 #endif // DATATOOLS_INTEGER_RANGE_H