cesium-native  0.41.0
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
 

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: