![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <type_traits>#include "vccc/__type_traits/conjunction.hpp"#include "vccc/__type_traits/is_character.hpp"#include "vccc/__type_traits/negation.hpp"#include "vccc/__type_traits/remove_cvref.hpp"Go to the source code of this file.
Namespaces | |
| vccc | |
Functions | |
| template<typename T , typename U > | |
| constexpr bool | cmp_equal (T t, U u) noexcept |
| template<typename T , typename U > | |
| constexpr bool | cmp_not_equal (T t, U u) noexcept |
| template<typename T , typename U > | |
| constexpr bool | cmp_less (T t, U u) noexcept |
| template<typename T , typename U > | |
| constexpr bool | cmp_greater (T t, U u) noexcept |
| template<class T , class U > | |
| constexpr bool | cmp_less_equal (T t, U u) noexcept |
| template<class T , class U > | |
| constexpr bool | cmp_greater_equal (T t, U u) noexcept |