Policy for values valid if between Min and Max. More...
#include <eagine/valid_if/between.hpp>
Public Member Functions | |
constexpr auto | operator() (T value) const noexcept |
Indicates value validity, true if between Min and Max. | |
Policy for values valid if between Min and Max.
T | the checked value type must be convertible to C . |
C | the Min and Max constant type. |
Min | the minimal valid value. |
Max | the maximal valid value. |