VCCC  2024.05
VisualCamp Common C++ library
cmp.hpp File Reference

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