On this page
std::char_traits<char>::eq_int_type, std::char_traits<wchar_t>::eq_int_type, std::char_traits<char8_t>::eq_int_type, std::char_traits<char16_t>::eq_int_type, std::char_traits<char32_t>::eq_int_type
|
(until C++11) | |
|
(since C++11) |
Checks whether two values of type int_type
are equal.
See CharTraits for the general requirements on character traits for X::eq_int_type
.
Parameters
c1, c2 | - | values to compare |
Return value
true
if c1
is equal to c2
, false
otherwise.
Complexity
Constant.
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/string/char_traits/eq_int_type