NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
哈希表

基于哈希表的无序容器实现 更多...

struct  hashtable_node< T >
 哈希表节点 更多...
class  hashtable< Value, Key, HashFcn, ExtractKey, EqualKey, Alloc >
 哈希表容器 更多...
struct  hashtable_iterator< IsConst, HashTable >
 哈希表迭代器 更多...

变量

NEFORCE_BEGIN_CONSTANTS__ NEFORCE_INLINE17 constexpr size_t HASH_PRIME_LIST []
 哈希表素数列表(32位系统)
NEFORCE_INLINE17 constexpr size_t HASH_PRIMER_COUNT = extent_v<decltype(HASH_PRIME_LIST)>
 素数列表长度

详细描述

基于哈希表的无序容器实现