IsEqualExist

IsEqualExist struct

Checks if type provides operator ==.

template<class T>class IsEqualExist

Template parameters

ParameterDescription
TType to check.

Fields

FieldDescription
static constexpr valueTrue if operator == is provided, false otherwise.

See Also