VCCC  2024.05
VisualCamp Common C++ library
equality_comparable_with< T, U > Struct Template Reference

#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__concepts/equality_comparable.hpp>

+ Inheritance diagram for equality_comparable_with< T, U >:

Detailed Description

template<typename T, typename U>
struct vccc::equality_comparable_with< T, U >

The concept vccc::equality_comparable_with specifies that the comparison operators == and != on (possibly mixed) T and U operands yield results consistent with equality. Comparing mixed operands yields results equivalent to comparing the operands converted to their common type.

See also
std::equality_comparable_with

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