LeechCraft  0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
statichash.h File Reference
#include <string_view>
+ Include dependency graph for statichash.h:

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)
 

Variable Documentation

◆ Key_

const K Key_

Definition at line 38 of file statichash.h.

◆ Val_

const V Val_

Definition at line 39 of file statichash.h.