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

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

+ Inheritance diagram for weakly_equality_comparable_with< T, U >:

Detailed Description

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

weakly_equality_comparable_with specifies that an object of type T and an object of type U can be compared for equality with each other (in either order) using both == and !=, and the results of the comparisons are consistent.

See also
__WeaklyEqualityComparableWith

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