Specialization of hash for std::filesystem::path values.

Synopsis

Declared in <bslh_filesystem.h>

template<>
struct Hash<std::filesystem::path>;

Type Aliases

Name

Description

argument_type

DEPRECATED: This typedef is depreacted in C++17, for details see https://isocpp.org/files/papers/p0005r4.html.

result_type

DEPRECATED: This typedef is depreacted in C++17, for details see https://isocpp.org/files/papers/p0005r4.html.

Member Functions

Name

Description

operator()

Return a hash value computed using the specified x.

Created with MrDocs