Home | Libraries | People | FAQ | More |
Return the case-insensitive digest of a string.
Defined in header <boost/url/grammar/ci_string.hpp>
std::size_t ci_digest( string_view s);
The hash function is non-cryptographic and not hardened against algorithmic complexity attacks. Returned digests are suitable for usage in unordered containers. The function is defined only for strings containing low-ASCII characters.
The digest
Name |
Description |
---|---|
|
The string |
Convenience header <boost/url/grammar.hpp>