9 template<concepts::Integer T>
10 struct RepresentableAsFunction {
11 template<concepts::Integer U>
12 constexpr auto operator()(U value)
const ->
bool {
18template<concepts::Integer T>
constexpr auto cmp_less_equal
Definition cmp_less_equal.h:15
constexpr auto representable_as
Definition representable_as.h:19
constexpr auto cmp_greater_equal
Definition cmp_greater_equal.h:15
Definition any_storable.h:9
static constexpr T min
Definition numeric_limits.h:12
static constexpr T max
Definition numeric_limits.h:11