AMCAX Kernel
Geometry kernel for CAD/CAE/CAM
九韶内核 1.0.0.0
载入中...
搜索中...
未找到
HashTool.hpp 文件参考

用于计算哈希值的模板类 更多...

#include <climits>
#include <cstdint>
#include <functional>
HashTool.hpp 的引用(Include)关系图:

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
 

详细描述

用于计算哈希值的模板类

该文件是 AMCAX 内核的一部分