boost::urls::grammar::ci_less
A case‐insensitive less predicate for strings
Synopsis
using ci_less = /* implementation-defined */::ci_less;
Description
The comparison algorithm implements a case‐insensitive total order on the set of all ASCII strings; however, it is not a lexicographical comparison. This is a suitable predicate for ordered containers. The function is defined only for strings containing low‐ASCII characters.
See Also
ci_equal, ci_hash.
Created with MrDocs