◆ key_type
template<class Key , class Hash = std::hash<Key>, class KeyEqual = std::equal_to<Key>, class Allocator = std::allocator<Key>, bool StoreHash = false, class GrowthPolicy = tsl::rh::power_of_two_growth_policy<2>>
using tsl::robin_set< Key, Hash, KeyEqual, Allocator, StoreHash, GrowthPolicy >::KeySelect::key_type = Key |
◆ operator()() [1/2]
template<class Key , class Hash = std::hash<Key>, class KeyEqual = std::equal_to<Key>, class Allocator = std::allocator<Key>, bool StoreHash = false, class GrowthPolicy = tsl::rh::power_of_two_growth_policy<2>>
const key_type & tsl::robin_set< Key, Hash, KeyEqual, Allocator, StoreHash, GrowthPolicy >::KeySelect::operator() |
( |
const Key & | key | ) |
const |
|
inlinenoexcept |
◆ operator()() [2/2]
template<class Key , class Hash = std::hash<Key>, class KeyEqual = std::equal_to<Key>, class Allocator = std::allocator<Key>, bool StoreHash = false, class GrowthPolicy = tsl::rh::power_of_two_growth_policy<2>>
key_type & tsl::robin_set< Key, Hash, KeyEqual, Allocator, StoreHash, GrowthPolicy >::KeySelect::operator() |
( |
Key & | key | ) |
|
|
inlinenoexcept |
The documentation for this class was generated from the following file: