mrdocs::operator==
Equality for any described type.
Synopsis
Declared in <mrdocs/Support/CompareReflectedType.hpp>
template<typename T>
requires DescribedComparable<T>
bool
operator==(
T const& a,
T const& b);
Description
Needed because removing a defaulted member operator<=>() also removes the implicitly‐generated operator==().
Parameters
Name |
Description |
a |
The left operand |
b |
The right operand |
Created with MrDocs