九韶内核
|
用于计算哈希值的模板类 更多...
#include <climits>
#include <cstdint>
#include <functional>
类 | |
struct | AMCAX::MixImpl< 64 > |
64 位哈希值的混合函数 更多...
| |
struct | AMCAX::MixImpl< 32 > |
32 位哈希值的混合函数 更多...
| |
class | AMCAX::HashTool |
哈希值计算工具 更多...
| |
struct | std::hash< pair< T1, T2 > > |
计算一对值的哈希值 更多...
| |
struct | std::hash< vector< T > > |
计算向量的哈希值 更多...
| |
命名空间 | |
namespace | AMCAX |
AMCAX 内核提供的所有接口所在的命名空间。
| |
namespace | std |
STL namespace
| |
用于计算哈希值的模板类