![]() |
![]()
| ![]() |
![]()
NAMEstd::char_traits::compare - std::char_traits::compare Synopsis static int compare( const char_type* s1, const char_type* s2,
(until C++17)
Parameters s1, s2 - pointers to character strings to compare
Return valueNegative value if s1 is less than s2.
ExceptionsThrows nothing. ComplexityLinear in count.
|