LLFIO v2.00
Loading...
Searching...
No Matches
llfio_v2_xxx::path_hasher Struct Reference

Public Member Functions

size_t operator() (const filesystem::path &p) const
 

Member Function Documentation

◆ operator()()

size_t llfio_v2_xxx::path_hasher::operator() ( const filesystem::path &  p) const
inline
232{ return std::hash<filesystem::path::string_type>()(p.native()); }

The documentation for this struct was generated from the following file: