|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
usr/include/c++/7.4.0/bits/hashtable_policy.h 44 class _Hashtable;
References
usr/include/c++/7.4.0/bits/hashtable.h 381 _M_assign(const _Hashtable&, const _NodeGenerator&);
384 _M_move_assign(_Hashtable&&, std::true_type);
387 _M_move_assign(_Hashtable&&, std::false_type);
414 _Hashtable(const _Hashtable&);
416 _Hashtable(_Hashtable&&) noexcept;
418 _Hashtable(const _Hashtable&, const allocator_type&);
420 _Hashtable(_Hashtable&&, const allocator_type&);
433 : _Hashtable(__n, __hf, _H2(), _Hash(), __eql,
443 : _Hashtable(__f, __l, __n, __hf, _H2(), _Hash(), __eql,
452 : _Hashtable(__l.begin(), __l.end(), __n, __hf, _H2(), _Hash(), __eql,
456 _Hashtable&
457 operator=(const _Hashtable& __ht);
459 _Hashtable&
460 operator=(_Hashtable&& __ht)
472 _Hashtable&
485 swap(_Hashtable&)
940 : _Hashtable(__h1, __h2, __h, __eq, __exk, __a)
962 : _Hashtable(__h1, __h2, __h, __eq, __exk, __a)
987 operator=(const _Hashtable& __ht)
988 -> _Hashtable&
1081 _M_assign(const _Hashtable& __ht, const _NodeGenerator& __node_gen)
1146 _M_move_assign(_Hashtable&& __ht, std::true_type)
1178 _M_move_assign(_Hashtable&& __ht, std::false_type)
1236 _Hashtable(const _Hashtable& __ht)
1258 _Hashtable(_Hashtable&& __ht) noexcept
1290 _Hashtable(const _Hashtable& __ht, const allocator_type& __a)
1311 _Hashtable(_Hashtable&& __ht, const allocator_type& __a)
1369 swap(_Hashtable& __x)
usr/include/c++/7.4.0/bits/hashtable_policy.h 682 using __hashtable = _Hashtable<_Key, _Pair, _Alloc,
809 using __hashtable = _Hashtable<_Key, _Value, _Alloc, _ExtractKey,
1046 using __hashtable = _Hashtable<_Key, _Value, _Alloc, _ExtractKey,
1914 using __hashtable = _Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal,
1953 using __hashtable = _Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal,
usr/include/c++/7.4.0/bits/unordered_map.h 47 using __umap_hashtable = _Hashtable<_Key, std::pair<const _Key, _Tp>,
64 using __ummap_hashtable = _Hashtable<_Key, std::pair<const _Key, _Tp>,
103 typedef __umap_hashtable<_Key, _Tp, _Hash, _Pred, _Alloc> _Hashtable;
1158 typedef __ummap_hashtable<_Key, _Tp, _Hash, _Pred, _Alloc> _Hashtable;
usr/include/c++/7.4.0/bits/unordered_set.h 46 using __uset_hashtable = _Hashtable<_Value, _Value, _Alloc,
61 using __umset_hashtable = _Hashtable<_Value, _Value, _Alloc,
98 typedef __uset_hashtable<_Value, _Hash, _Pred, _Alloc> _Hashtable;