NIM 跨平台 C++ SDK
载入中...
搜索中...
未找到
phmap::priv::probe_seq< Width > 模板类 参考

#include <phmap.h>

Public 成员函数

 probe_seq (size_t hashval, size_t mask)
 
size_t offset () const
 
size_t offset (size_t i) const
 
void next ()
 
size_t getindex () const
 

Private 属性

size_t mask_
 
size_t offset_
 
size_t index_ = 0
 

构造及析构函数说明

◆ probe_seq()

template<size_t Width>
phmap::priv::probe_seq< Width >::probe_seq ( size_t hashval,
size_t mask )
inline

成员函数说明

◆ getindex()

template<size_t Width>
size_t phmap::priv::probe_seq< Width >::getindex ( ) const
inline

◆ next()

template<size_t Width>
void phmap::priv::probe_seq< Width >::next ( )
inline

◆ offset() [1/2]

template<size_t Width>
size_t phmap::priv::probe_seq< Width >::offset ( ) const
inline

◆ offset() [2/2]

template<size_t Width>
size_t phmap::priv::probe_seq< Width >::offset ( size_t i) const
inline

类成员变量说明

◆ index_

template<size_t Width>
size_t phmap::priv::probe_seq< Width >::index_ = 0
private

◆ mask_

template<size_t Width>
size_t phmap::priv::probe_seq< Width >::mask_
private

◆ offset_

template<size_t Width>
size_t phmap::priv::probe_seq< Width >::offset_
private

该类的文档由以下文件生成: