Iros
 
Loading...
Searching...
No Matches
representable_as.h
Go to the documentation of this file.
1#pragma once
2
6
7namespace di::math {
8namespace detail {
9 template<concepts::Integer T>
11 template<concepts::Integer U>
12 constexpr auto operator()(U value) const -> bool {
14 }
15 };
16}
17
18template<concepts::Integer T>
20}
21
22namespace di {
24}
Definition abs.h:11
Definition abs.h:10
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 zstring_parser.h:9
Definition numeric_limits.h:7
Definition representable_as.h:10
constexpr auto operator()(U value) const -> bool
Definition representable_as.h:12