OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
tsl::hopscotch_sc_map< Key, T, Hash, KeyEqual, Compare, Allocator, NeighborhoodSize, StoreHash, GrowthPolicy >::KeySelect Class Reference

Detailed Description

template<class Key, class T, class Hash = std::hash<Key>, class KeyEqual = std::equal_to<Key>, class Compare = std::less<Key>, class Allocator = std::allocator<std::pair<const Key, T>>, unsigned int NeighborhoodSize = 62, bool StoreHash = false, class GrowthPolicy = tsl::power_of_two_growth_policy>
class tsl::hopscotch_sc_map< Key, T, Hash, KeyEqual, Compare, Allocator, NeighborhoodSize, StoreHash, GrowthPolicy >::KeySelect

Definition at line 70 of file hopscotch_sc_map.h.

Public Types

using key_type = Key
 

Public Member Functions

const key_type & operator() (const std::pair< const Key, T > &key_value) const
 
const key_type & operator() (std::pair< const Key, T > &key_value)
 

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