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
  843       typedef typename _Base::_Tp_alloc_type		_Tp_alloc_type;
  844       typedef typename _Base::_Alloc_traits		_Alloc_traits;
  845       typedef typename _Base::_Map_pointer		_Map_pointer;
  853       typedef typename _Base::iterator			iterator;
  854       typedef typename _Base::const_iterator		const_iterator;
 1158       { return _Base::get_allocator(); }