detail#
Fully qualified name: carb::container::detail
-
namespace detail#
Classes#
- RobinHood
Implements a "Robin Hood" open-addressing hash container that can either store keys alone or key/value pairs; this template is not meant to be used directly instead use RHUnorderedSet , RHUnorderedMap , RHUnorderedMultimap , or RHUnorderedMultiset .
Functions#
- bool operator!=(const RobinHood< LoadFactorMax100_1, Key, ValueType, KeyFromValue, Hasher1, Equals > &lhs, const RobinHood< LoadFactorMax100_2, Key, ValueType, KeyFromValue, Hasher2, Equals > &rhs)
Inequality operator.
- bool operator==(const RobinHood< LoadFactorMax100_1, Key, ValueType, KeyFromValue, Hasher1, Equals > &lhs, const RobinHood< LoadFactorMax100_2, Key, ValueType, KeyFromValue, Hasher2, Equals > &rhs)
Equality operator.
- void swap(RobinHood< LoadFactorMax100, Key, ValueType, KeyFromValue, Hasher, Equals > &lhs, RobinHood< LoadFactorMax100, Key, ValueType, KeyFromValue, Hasher, Equals > &rhs)
ADL swap function.