![]() |
LeechCraft 0.6.70-17793-g6e56308e78
Modular cross-platform feature rich live environment.
|
#include <string_view>Go to the source code of this file.
Namespaces | |
| namespace | LC |
| namespace | LC::Util |
Functions | |
| template<typename K> | |
| constexpr uint64_t | LC::Util::DefaultHashImpl (K) |
| template<> | |
| constexpr uint64_t | LC::Util::DefaultHashImpl (std::string_view name) |
| template<std::convertible_to< uint64_t > K> | |
| constexpr uint64_t | LC::Util::DefaultHashImpl (K val) |
| 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) |