| cesium-native 0.52.0
    | 
A case-insensitive less-then string comparison.  
 More...
#include <CesiumAsync/HttpHeaders.h>
| Public Member Functions | |
| bool | operator() (const std::string &s1, const std::string &s2) const | 
| Performs a case-insensitive comparison of the two strings using std::lexicographical_compare. | |
A case-insensitive less-then string comparison. 
This can be used as a Compare function, for example for a std::map. It will compare strings case-insensitively, by converting them to lower-case and comparing the results (leaving the exact behavior for non-ASCII strings unspecified). 
Definition at line 16 of file HttpHeaders.h.