boost::urls::grammar::ci_hash
A case‐insensitive hash function object for strings
Synopsis
using ci_hash = /* implementation-defined */::ci_hash;
Description
The hash function is non‐cryptographic and not hardened against algorithmic complexity attacks. This is a suitable hash function for unordered containers. The function is defined only for strings containing low‐ASCII characters.
See Also
ci_equal, ci_less.
Created with MrDocs