|
NcEngine
|
#include <string_view>Go to the source code of this file.
Classes | |
| class | nc::utility::StringHash |
| A constexpr string hash wrapper. More... | |
Functions | |
| constexpr auto | nc::utility::Fnv1a (std::string_view path) -> size_t |
| FNV1-a hash algorithm. More... | |
| constexpr bool | nc::utility::operator== (StringHash lhs, StringHash rhs) |
| constexpr bool | nc::utility::operator!= (StringHash lhs, StringHash rhs) |
|
constexpr |
FNV1-a hash algorithm.
internal