public static member function
<string>
std::char_traits::ltstatic bool lt (const char_type& c, const char_type& d);
static constexpr bool lt (char_type c, char_type d) noexcept;
Compare characters for inequality
Returns whether character c is considered less than character d (i.e., whether c goes before d when ordered).In the standard specializations of
char_traits, this function behaves as the built-in
operator<.
In the standard specializations of
char_traits, this function behaves as the built-in
operator<for type
unsigned char.
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