staticbool eq_int_type( int_type c1, int_type c2); | (constexpr since C++11) (noexcept since C++11) | |
Checks whether two values of typeint_type
are equal.
SeeCharTraits for the general requirements on character traits forX::eq_int_type
.
c1, c2 | - | values to compare |
true ifc1 is equal toc2,false otherwise.
Constant.