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

Declarations

usr/include/c++/7.4.0/bits/memoryfwd.h
   64     class allocator;

References

usr/include/c++/7.4.0/bits/alloc_traits.h
  384     struct allocator_traits<allocator<_Tp>>
  387       using allocator_type = allocator<_Tp>;
  422 	using rebind_alloc = allocator<_Up>;
  425 	using rebind_traits = allocator_traits<allocator<_Up>>;
  597     struct __is_copy_insertable<allocator<_Tp>>
usr/include/c++/7.4.0/bits/allocator.h
   79 	{ typedef allocator<_Tp1> other; };
  121 	{ typedef allocator<_Tp1> other; };
  133       allocator(const allocator& __a) throw()
  137 	allocator(const allocator<_Tp1>&) throw() { }
  146     operator==(const allocator<_T1>&, const allocator<_T2>&)
  146     operator==(const allocator<_T1>&, const allocator<_T2>&)
  152     operator==(const allocator<_Tp>&, const allocator<_Tp>&)
  152     operator==(const allocator<_Tp>&, const allocator<_Tp>&)
  158     operator!=(const allocator<_T1>&, const allocator<_T2>&)
  158     operator!=(const allocator<_T1>&, const allocator<_T2>&)
  164     operator!=(const allocator<_Tp>&, const allocator<_Tp>&)
  164     operator!=(const allocator<_Tp>&, const allocator<_Tp>&)
usr/include/c++/7.4.0/bits/shared_ptr.h
  706       return std::allocate_shared<_Tp>(std::allocator<_Tp_nc>(),
usr/include/c++/7.4.0/bits/shared_ptr_base.h
  666 	  using _Alloc = allocator<_Sp_cd_type>;
 1846       return std::__allocate_shared<_Tp, _Lp>(std::allocator<_Tp_nc>(),
usr/include/c++/7.4.0/bits/stl_construct.h
  204 	     allocator<_Tp>&)
usr/include/c++/7.4.0/bits/stl_deque.h
 2069 		      const std::allocator<_Tp>&)
usr/include/c++/7.4.0/bits/stl_uninitialized.h
  288 			   _ForwardIterator __result, allocator<_Tp>&)
  337 			   const _Tp& __x, allocator<_Tp2>&)
  365 			     const _Tp& __x, allocator<_Tp2>&)
  614 			      allocator<_Tp>&)
  644 				allocator<_Tp>&)
usr/include/c++/7.4.0/bitset
 1210 	std::basic_string<_CharT, _Traits, std::allocator<_CharT> >
 1217 	std::basic_string<_CharT, _Traits, std::allocator<_CharT> >
 1224 	                  std::allocator<_CharT> >
 1233 	                  std::allocator<_CharT> >
usr/include/c++/7.4.0/ext/alloc_traits.h
  117       { typedef typename _Base_type::template rebind_alloc<_Tp> other; };
usr/include/c++/7.4.0/future
  301       _S_allocate_result(const std::allocator<_Tp>& __a)