![]() |
LeechCraft
0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
|
#include <string_view>
Go to the source code of this file.
Namespaces | |
LC | |
LC::Util | |
Functions | |
template<typename K > | |
constexpr uint64_t | LC::Util::DefaultHashImpl (K) |
template<> | |
constexpr uint64_t | LC::Util::DefaultHashImpl (std::string_view name) |
constexpr uint64_t | LC::Util::DefaultHash (auto val) |
template<typename K , typename V , auto Hasher = DefaultHash<K>> | |
consteval auto | LC::Util::MakeHash (auto &&... commands) |
template<typename V > | |
consteval auto | LC::Util::MakeStringHash (auto &&... commands) |
const K Key_ |
Definition at line 38 of file statichash.h.
const V Val_ |
Definition at line 39 of file statichash.h.