[fs.path.hash] (original) (raw)

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).