Functions to constrain the range of arithmetic values.
More...
#include <helpers.h>
template<typename T, typename U>
{ a > b } -> std::convertible_to<bool>;
{ a < b } -> std::convertible_to<bool>;
}
Functions to constrain the range of arithmetic values.
Functions to constrain the range of arithmetic values.
Definition at line 1178 of file helpers.h.