![]()  | 
  
    MySQL 8.0.44
    
   Source Code Documentation 
   | 
 
Compares two strings for order, assures ascending lexicographical order. More...
#include <c_string_less.h>
Public Member Functions | |
| bool | operator() (const char *s1, const char *s2) const | 
| Compares two strings for order.  More... | |
Compares two strings for order, assures ascending lexicographical order.
Is used as a const char * std::less specialization.
      
  | 
  inline | 
Compares two strings for order.
| s1 | String to compare. | 
| s2 | String to compare. |