hash 结构 (STL)

定义返回值 Val唯一依赖的成员函数。 适用于值类型 thread::id 索引映射到分配的成员函数定义。哈希函数

template<>
struct hash<thread::id> : 
   public unary_function<thread::id, size_t>
{
   size_t operator()(thread::id Val) const;
};

要求

标头: 线程

命名空间: std

请参见

参考

<thread>

unary_function 结构

其他资源

C++ 标准库头文件