![]() |
chigraph
master
Systems programming language written for beginners in LLVM
|
Hasing for filesystem paths so they can be used with unordered_* containers. More...
#include <chi/Support/HashFilesystemPath.hpp>
Public Member Functions | |
size_t | operator() (const boost::filesystem::path &p) const |
The hash fucntion. More... | |
Hasing for filesystem paths so they can be used with unordered_* containers.
Definition at line 15 of file HashFilesystemPath.hpp.
|
inline |
The hash fucntion.
p | The path to hash |
Definition at line 19 of file HashFilesystemPath.hpp.