[#BloombergLP-bslh-Hash-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslh.adoc[bslh]::xref:BloombergLP/bslh/Hash-07.adoc[Hash]<std::filesystem::path> :relfileprefix: ../../ :mrdocs: Specialization of `hash` for `std::filesystem::path` values. == Synopsis Declared in `<bslh_filesystem.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<> struct xref:BloombergLP/bslh/Hash-07.adoc[Hash]<std::filesystem::path>; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslh/Hash-0a/argument_type.adoc[`argument_type`] | DEPRECATED: This typedef is depreacted in C++17, for details see https://isocpp.org/files/papers/p0005r4.html. | xref:BloombergLP/bslh/Hash-0a/result_type.adoc[`result_type`] | DEPRECATED: This typedef is depreacted in C++17, for details see https://isocpp.org/files/papers/p0005r4.html. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslh/Hash-0a/operator_call.adoc[`operator()`] | Return a hash value computed using the specified `x`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#