![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__functional/less.hpp>
Public Types | |
using | is_transparent = std::true_type |
Public Member Functions | |
template<typename T , typename U , std::enable_if_t< totally_ordered_with< T, U >::value, int > = 0> | |
constexpr bool | operator() (T &&t, U &&u) const noexcept(noexcept(bool(std::forward< T >(t)< std::forward< U >(u)))) |
using is_transparent = std::true_type |
|
inlineconstexprnoexcept |