Check whether T is comparable to U by ==. More...
#include <concepts.hh>


Public Types | |
|
typedef concept_list < is_callable< op_eq(T, U)> , std::is_convertible < typename is_callable< op_eq(T, U)>::result_type, bool > > | requirements |
Check whether T is comparable to U by ==.