Template Class IntegerInterval

Class Documentation

template<typename IntegerType>
class IntegerInterval

Define integer interval [min_, max_)

Public Functions

inline constexpr IntegerInterval(IntegerType min, IntegerType max)
inline bool operator()(IntegerType test_val) const
inline IntegerType min() const
inline IntegerType max() const