[#BloombergLP-bslh-Hash-0a-operator_call] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslh.adoc[bslh]::xref:BloombergLP/bslh/Hash-0a.adoc[Hash<std::filesystem::path>]::operator() :relfileprefix: ../../../ :mrdocs: Return a hash value computed using the specified `x`. == Synopsis Declared in `<bslh_filesystem.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::size_t operator()(std::filesystem::path const& x) const; ---- == Return Value hash value computed for `x` == Parameters [cols="1,4"] |=== | Name| Description | *x* | path for which to compute a hash value |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#