Std::__detail::_equality _key, _value, _alloc, _extractkey, _equal, _h1, _h2, _hash, _rehashpolicy, _traits, _unique_keys -
Inherited by std::_Hashtable< _Key, _Tp, _Hash, _Pred, _Alloc >, and std::_Hashtable< _Value, _Hash, _Pred, _Alloc >.
Primary class template _Equality.
This is for implementing equality comparison for unordered containers, per N3068, by John Lakos and Pablo Halpern. Algorithmically, we follow closely the reference implementations therein.
Definition at line 1796 of file hashtable_policy.h.
Generated automatically by Doxygen for libstdc++ from the source code.