![]() |
Home | Libraries | People | FAQ | More |
(Inherited from url_view_base
)
Calculate a hash of the url.
std::size_t digest( std::size_t salt = 0) const;
This function calculates a hash of the url as if it were always normalized.
Linear in this->size()
.
Throws nothing.
Name |
Description |
---|---|
|
An initial value to add to the hash |
A hash value suitable for use in hash-based containers.