HDK
|
#include <stringHash.h>
Static Public Member Functions | |
template<int N> | |
static constexpr std::uint32_t | Hash (const char(&str)[N]) |
Computes a compile time hash of str . More... | |
This class provides a function to compute compile time hashes for string literals.
Definition at line 41 of file stringHash.h.
|
inlinestatic |
Computes a compile time hash of str
.
Definition at line 46 of file stringHash.h.