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

References

usr/include/c++/7.4.0/bits/stl_deque.h
  895       deque(const allocator_type& __a)
  908       deque(size_type __n, const allocator_type& __a = allocator_type())
  908       deque(size_type __n, const allocator_type& __a = allocator_type())
  921 	    const allocator_type& __a = allocator_type())
  921 	    const allocator_type& __a = allocator_type())
  966       deque(const deque& __x, const allocator_type& __a)
  973       deque(deque&& __x, const allocator_type& __a)
  997 	    const allocator_type& __a = allocator_type())
  997 	    const allocator_type& __a = allocator_type())
 1024 	      const allocator_type& __a = allocator_type())
 1024 	      const allocator_type& __a = allocator_type())
 1156       allocator_type
usr/include/c++/7.4.0/bits/uses_allocator.h
   58     : __is_erased_or_convertible<_Alloc, typename _Tp::allocator_type>::type