LeechCraft 0.6.70-17609-g3dde4097dd
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
statichash.h File Reference
#include <string_view>
+ Include dependency graph for statichash.h:

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)
 
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)