|
Sen API
Sen Libraries
|
#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | sen |
| namespace | sen::std_util |
Functions | |
| template<class T, class U> | |
| constexpr bool | sen::std_util::cmp_equal (T t, U u) noexcept |
| template<class T, class U> | |
| constexpr bool | sen::std_util::cmp_not_equal (T t, U u) noexcept |
| template<class T, class U> | |
| constexpr bool | sen::std_util::cmp_less (T t, U u) noexcept |
| template<class T, class U> | |
| constexpr bool | sen::std_util::cmp_greater (T t, U u) noexcept |
| template<class T, class U> | |
| constexpr bool | sen::std_util::cmp_less_equal (T t, U u) noexcept |
| template<class T, class U> | |
| constexpr bool | sen::std_util::cmp_greater_equal (T t, U u) noexcept |