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

References

usr/include/c++/7.4.0/bits/stl_vector.h
  270       vector(const allocator_type& __a) _GLIBCXX_NOEXCEPT
  283       vector(size_type __n, const allocator_type& __a = allocator_type())
  283       vector(size_type __n, const allocator_type& __a = allocator_type())
  296 	     const allocator_type& __a = allocator_type())
  296 	     const allocator_type& __a = allocator_type())
  348       vector(const vector& __x, const allocator_type& __a)
  358       vector(vector&& __rv, const allocator_type& __m)
  384 	     const allocator_type& __a = allocator_type())
  384 	     const allocator_type& __a = allocator_type())
  412 	       const allocator_type& __a = allocator_type())
  412 	       const allocator_type& __a = allocator_type())
usr/include/c++/7.4.0/bits/uses_allocator.h
   58     : __is_erased_or_convertible<_Alloc, typename _Tp::allocator_type>::type