ELC in dev
ELC-lang
|
类 | |
struct | hash_t |
struct | hash_value_t |
struct | unstable_hash_value_t |
概念 | |
concept | is_unstable_hash |
concept | is_fundamental_hash |
类型定义 | |
typedef size_t | hash_base_t |
函数 | |
void | the_pointer_hash () noexcept=delete |
template<class T > | |
constexpr hash_value_t | pointer_hash (T *a) noexcept |
变量 | |
struct elc::defs::base::hash_n::hash_t | hash |
在文件 all_defs.cpp 第 10843 行定义.
|
inlineconstexprnoexcept |
Computes the hash value of a pointer.
a | The pointer to hash. |
在文件 all_defs.cpp 第 10871 行定义.
|
deletenoexcept |
struct elc::defs::base::hash_n::hash_t elc::defs::base::hash_n::hash |