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