![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
Inheritance diagram for 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.