NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
phmap::Hash< T > 模板结构体 参考

#include <phmap_utils.h>

Public 成员函数

template<class U , typename std::enable_if< has_hash_value< U >::value, int >::type = 0>
size_t _hash (const T &val) const
 
template<class U , typename std::enable_if<!has_hash_value< U >::value, int >::type = 0>
size_t _hash (const T &val) const
 
size_t operator() (const T &val) const
 

成员函数说明

◆ _hash() [1/2]

template<class T >
template<class U , typename std::enable_if< has_hash_value< U >::value, int >::type = 0>
size_t phmap::Hash< T >::_hash ( const T &  val) const
inline

◆ _hash() [2/2]

template<class T >
template<class U , typename std::enable_if<!has_hash_value< U >::value, int >::type = 0>
size_t phmap::Hash< T >::_hash ( const T &  val) const
inline

◆ operator()()

template<class T >
size_t phmap::Hash< T >::operator() ( const T &  val) const
inline

该结构体的文档由以下文件生成: