cesium-native 0.43.0
Loading...
Searching...
No Matches
CesiumAsync::CaseInsensitiveCompare Struct Reference

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.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: