Range
-
template<typename T>
struct TRange - #include <Range.h>
Manage a range of numbers between specified limits.
Values in the range meet the criteria (min <= value <= max)
Public Functions
-
constexpr TRange() = default
-
template<typename V>
inline constexpr bool contains(V value) const Determine if range contains a value.
-
constexpr TRange() = default