VCCC  2024.05
VisualCamp Common C++ library
equality_comparable< T > 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< T >:

Detailed Description

template<typename T>
struct vccc::equality_comparable< T >

The concept vccc::equality_comparable specifies that the comparison operators == and != on T reflects equality: == yields true if and only if the operands are equal.

See also
std::equality_comparable

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