VCCC  2024.05
VisualCamp Common C++ library
equal_to Struct Reference

#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__functional/equal_to.hpp>

Public Types

using is_transparent = std::true_type
 

Public Member Functions

template<typename T , typename U , std::enable_if_t< equality_comparable_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))))
 

Member Typedef Documentation

◆ is_transparent

using is_transparent = std::true_type

Member Function Documentation

◆ operator()()

constexpr bool operator() ( T &&  t,
U &&  u 
) const
inlineconstexprnoexcept

The documentation for this struct was generated from the following file: