Return a hash value computed using the specified x.
Synopsis
Declared in <bslh_filesystem.h>
std::size_t
operator()(std::filesystem::path const& x) const;
Return Value
hash value computed for x
Parameters
Name |
Description |
x |
path for which to compute a hash value |
Created with MrDocs