ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
cloudViewer::core::HashData< K, V > Class Template Reference

Public Member Functions

 HashData (int count, int slots)
 

Public Attributes

const int k_factor_ = 101
 
std::vector< K > keys_
 
std::vector< V > vals_
 

Detailed Description

template<typename K, typename V>
class cloudViewer::core::HashData< K, V >

Definition at line 27 of file HashMap.cpp.

Constructor & Destructor Documentation

◆ HashData()

template<typename K , typename V >
cloudViewer::core::HashData< K, V >::HashData ( int  count,
int  slots 
)
inline

Member Data Documentation

◆ k_factor_

template<typename K , typename V >
const int cloudViewer::core::HashData< K, V >::k_factor_ = 101

Definition at line 47 of file HashMap.cpp.

Referenced by cloudViewer::core::HashData< K, V >::HashData().

◆ keys_

◆ vals_


The documentation for this class was generated from the following file: