public static member function
<string>
std::char_traits::eq_int_typestatic bool eq_int_type (const int_type& x, const int_type& y);
static constexpr bool eq_int_type (int_type x, int_type y) noexcept;
Compare int_type values
Returns whether x and y are considered equal.If both x and y represent valid characters, the function returns the same as member eq would for their char_type transformations.
Also, if both x and y are copies of eof(), the function returns true. If only one of them is a copy of eof(), the function returns false.
In all other cases, the returned valued is unspecified.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4