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

References

usr/include/c++/7.4.0/bits/alloc_traits.h
  387       using allocator_type = allocator<_Tp>;
usr/include/c++/7.4.0/bits/allocator.h
  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/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>&)
  365 			     const _Tp& __x, allocator<_Tp2>&)
  644 				allocator<_Tp>&)
usr/include/c++/7.4.0/bitset
 1240       std::basic_string<char, std::char_traits<char>, std::allocator<char> >
 1247       std::basic_string<char, std::char_traits<char>, std::allocator<char> >
usr/include/c++/7.4.0/ext/alloc_traits.h
  117       { typedef typename _Base_type::template rebind_alloc<_Tp> other; };