reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/hashtable.h
  394 		 const allocator_type& __a)
  405 		 const allocator_type&);
  412 		   const allocator_type&);
  418       _Hashtable(const _Hashtable&, const allocator_type&);
  420       _Hashtable(_Hashtable&&, const allocator_type&);
  424       _Hashtable(const allocator_type& __a)
  432 		 const allocator_type& __a = allocator_type())
  432 		 const allocator_type& __a = allocator_type())
  442 		   const allocator_type& __a = allocator_type())
  442 		   const allocator_type& __a = allocator_type())
  451 		 const allocator_type& __a = allocator_type())
  451 		 const allocator_type& __a = allocator_type())
  522       allocator_type
  524       { return allocator_type(this->_M_node_allocator()); }
  939 	       const allocator_type& __a)
  961 		 const allocator_type& __a)
 1290     _Hashtable(const _Hashtable& __ht, const allocator_type& __a)
 1311     _Hashtable(_Hashtable&& __ht, const allocator_type& __a)
usr/include/c++/7.4.0/bits/unordered_map.h
  115       typedef typename _Hashtable::allocator_type allocator_type;
 1170       typedef typename _Hashtable::allocator_type allocator_type;
usr/include/c++/7.4.0/bits/unordered_set.h
  109       typedef typename _Hashtable::allocator_type allocator_type;