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

References

usr/include/c++/7.4.0/bits/basic_string.h
   79       typedef typename __gnu_cxx::__alloc_traits<_Alloc>::template
   81       typedef __gnu_cxx::__alloc_traits<_Char_alloc_type> _Alloc_traits;
usr/include/c++/7.4.0/bits/forward_list.h
  278       typedef __gnu_cxx::__alloc_traits<_Node_alloc_type> _Node_alloc_traits;
usr/include/c++/7.4.0/bits/hashtable_policy.h
 2005       using __node_alloc_traits = __gnu_cxx::__alloc_traits<__node_alloc_type>;
usr/include/c++/7.4.0/bits/stl_bvector.h
  413       typedef typename __gnu_cxx::__alloc_traits<_Alloc>::template
  415       typedef typename __gnu_cxx::__alloc_traits<_Bit_alloc_type>
usr/include/c++/7.4.0/bits/stl_construct.h
  196       typedef __gnu_cxx::__alloc_traits<_Allocator> __traits;
usr/include/c++/7.4.0/bits/stl_deque.h
  463       typedef typename __gnu_cxx::__alloc_traits<_Alloc>::template
  465       typedef __gnu_cxx::__alloc_traits<_Tp_alloc_type>	 _Alloc_traits;
  477       typedef __gnu_cxx::__alloc_traits<_Map_alloc_type> _Map_alloc_traits;
  601 	typedef __gnu_cxx::__alloc_traits<_Tp_alloc_type> _Traits;
  608 	typedef __gnu_cxx::__alloc_traits<_Tp_alloc_type> _Traits;
usr/include/c++/7.4.0/bits/stl_list.h
  303       typedef typename __gnu_cxx::__alloc_traits<_Alloc>::template
  305       typedef __gnu_cxx::__alloc_traits<_Tp_alloc_type>	_Tp_alloc_traits;
  308       typedef __gnu_cxx::__alloc_traits<_Node_alloc_type> _Node_alloc_traits;
usr/include/c++/7.4.0/bits/stl_map.h
  138       typedef typename __gnu_cxx::__alloc_traits<_Alloc>::template
  147       typedef __gnu_cxx::__alloc_traits<_Pair_alloc_type> _Alloc_traits;
usr/include/c++/7.4.0/bits/stl_multimap.h
  137       typedef typename __gnu_cxx::__alloc_traits<_Alloc>::template
  145       typedef __gnu_cxx::__alloc_traits<_Pair_alloc_type> _Alloc_traits;
usr/include/c++/7.4.0/bits/stl_multiset.h
  118       typedef typename __gnu_cxx::__alloc_traits<_Alloc>::template
  126       typedef __gnu_cxx::__alloc_traits<_Key_alloc_type> _Alloc_traits;
usr/include/c++/7.4.0/bits/stl_set.h
  118       typedef typename __gnu_cxx::__alloc_traits<_Alloc>::template
  125       typedef __gnu_cxx::__alloc_traits<_Key_alloc_type> _Alloc_traits;
usr/include/c++/7.4.0/bits/stl_tree.h
  446       typedef typename __gnu_cxx::__alloc_traits<_Alloc>::template
  449       typedef __gnu_cxx::__alloc_traits<_Node_allocator> _Alloc_traits;
usr/include/c++/7.4.0/bits/stl_uninitialized.h
  273 	  typedef __gnu_cxx::__alloc_traits<_Allocator> __traits;
  323 	  typedef __gnu_cxx::__alloc_traits<_Allocator> __traits;
  349 	  typedef __gnu_cxx::__alloc_traits<_Allocator> __traits;
  599 	  typedef __gnu_cxx::__alloc_traits<_Allocator> __traits;
  629 	  typedef __gnu_cxx::__alloc_traits<_Allocator> __traits;
usr/include/c++/7.4.0/bits/stl_vector.h
   76       typedef typename __gnu_cxx::__alloc_traits<_Alloc>::template
   78       typedef typename __gnu_cxx::__alloc_traits<_Tp_alloc_type>::pointer
  171 	typedef __gnu_cxx::__alloc_traits<_Tp_alloc_type> _Tr;
  178 	typedef __gnu_cxx::__alloc_traits<_Tp_alloc_type> _Tr;
  229       typedef __gnu_cxx::__alloc_traits<_Tp_alloc_type>	_Alloc_traits;