Searched refs:_C2Comparable (Results 1 – 2 of 2) sorted by relevance
55 struct C2_HIDE _C2Comparable struct93 static_assert(!_C2Comparable<S>::value, "C2 structure must not have operator== or !=");
843 static_assert(_C2Comparable<int>::value, "int is not comparable");844 static_assert(!_C2Comparable<void>::value, "void is comparable");856 static_assert(_C2Comparable<_test0>::value, "class with == and != is not comparable");857 static_assert(_C2Comparable<_test1>::value, "class with == is not comparable");858 static_assert(_C2Comparable<_test2>::value, "class with != is not comparable");