char_traits::eq_int_type
char_traits::eq_int_type
static bool eq_int_type(const int_type& ch1, const int_type& ch2);
The static member function returns true if ch1 == ch2
.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
char_traits::eq_int_type
static bool eq_int_type(const int_type& ch1, const int_type& ch2);
The static member function returns true if ch1 == ch2
.