<boost/url/url_view_base.hpp>
std::size_t
digest(std::size_t salt = 0) const noexcept;
This function calculates a hash of the url as if it were always normalized.
Linear in this->size()
.
Throws nothing.
Name | Description |
---|---|
salt | An initial value to add to the hash |