concurrent_unordered_map::hash_function 方法

获取存储的哈希函数对象。

hasher hash_function() const;

返回值

存储的哈希函数对象。

要求

**头文件:**concurrent_unordered_map.h

**命名空间:**并发

请参见

参考

concurrent_unordered_map 类