char_traits::eq
char_traits::eq
static bool eq(const E& x, const E& y);
The static member function returns true if x
compares equal to y
.
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
static bool eq(const E& x, const E& y);
The static member function returns true if x
compares equal to y
.