Files
2025-10-25 03:02:53 +03:00

609 B
Raw Permalink Blame History

[fs.path.hash]

31 Input/output library [input.output]

31.12 File systems [filesystems]

31.12.6 Class path [fs.class.path]

31.12.6.10 Hash support [fs.path.hash]

🔗

template<> struct hash<filesystem::path>;

1

#

For an object p of type filesystem::path,hash<filesystem::path>()(p) evaluates to the same result asfilesystem::hash_value(p).