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

References

usr/include/c++/7.4.0/bits/stl_map.h
  187 	  const allocator_type& __a = allocator_type())
  187 	  const allocator_type& __a = allocator_type())
  222 	  const allocator_type& __a = allocator_type())
  222 	  const allocator_type& __a = allocator_type())
  228       map(const allocator_type& __a)
  232       map(const map& __m, const allocator_type& __a)
  236       map(map&& __m, const allocator_type& __a)
  242       map(initializer_list<value_type> __l, const allocator_type& __a)
  249 	    const allocator_type& __a)
  284 	    const allocator_type& __a = allocator_type())
  284 	    const allocator_type& __a = allocator_type())
  337       allocator_type
  339       { return allocator_type(_M_t.get_allocator()); }