Template Class IntegerInterval¶
Defined in File IntegerInterval.hpp
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¶
-
inline constexpr IntegerInterval(IntegerType min, IntegerType max)¶