FE 0.13.1
Header-only C++ frontend library
Loading...
Searching...
No Matches
fe::PathHash Struct Reference

Hashes a std::filesystem::path - consistent with its operator==, which compares lexically. More...

#include <fe/src.h>

Public Member Functions

size_t operator() (const std::filesystem::path &path) const noexcept

Detailed Description

Hashes a std::filesystem::path - consistent with its operator==, which compares lexically.

Definition at line 27 of file src.h.

Member Function Documentation

◆ operator()()

size_t fe::PathHash::operator() ( const std::filesystem::path & path) const
inlinenoexcept

Definition at line 28 of file src.h.


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