template<typename K_L , typename K_S , typename V , typename H , typename E , typename C , typename C_LS >
- Parameters
-
startingCapacity | how many buckets should exist on initial creation DEFAULT_STARTING_CAPACITY |
maxProbeRatio | the percentage of buckets we're willing to probe no defined default as you can't have a static const double on windows |
template<typename K_L, typename K_S , typename V , typename H , typename E , typename C , typename C_LS >
- Returns
- number of elements removed
template<typename K_L, typename K_S , typename V , typename H , typename E , typename C , typename C_LS >
UnorderedFastKeyTable< K_L, K_S, V, H, E, C, C_LS >::const_iterator mongo::UnorderedFastKeyTable< K_L, K_S, V, H, E, C, C_LS >::find |
( |
const K_L & |
key | ) |
const |
|
inline |
- Returns
- either a one-shot iterator with the key, or end()
template<typename K_L, typename K_S, typename V, typename H, typename E, typename C, typename C_LS = UnorderedFastKeyTable_LS_C<K_L, K_S>>
- Returns
- number of elements in map
The documentation for this class was generated from the following files: