Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
char_traits::eq
static bool eq(const E& x, const E& y);
The static member function returns true if x
compares equal to y
.