Checker for values inside a half-open interval [a, b), where 'a' is included, while 'b' is not. More...
#include <checks.hpp>
Public Member Functions | |
range_checker (ValueType const &a, ValueType const &b) | |
bool | operator() (ValueType const &v) const |
Checker for values inside a half-open interval [a, b), where 'a' is included, while 'b' is not.
Definition at line 56 of file checks.hpp.
|
inline |
Definition at line 59 of file checks.hpp.
|
inline |
Definition at line 69 of file checks.hpp.