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
  434       static pointer
  448       static pointer
  461       deallocate(allocator_type& __a, pointer __p, size_type __n)
usr/include/c++/7.4.0/bits/allocated_ptr.h
   48       using pointer = typename allocator_traits<_Alloc>::pointer;
usr/include/c++/7.4.0/bits/forward_list.h
  420       typedef typename _Alloc_traits::pointer              pointer;
usr/include/c++/7.4.0/bits/hashtable.h
  211       typedef typename __value_alloc_traits::pointer		pointer;
usr/include/c++/7.4.0/bits/hashtable_policy.h
 2118       typedef typename __bucket_alloc_traits::pointer _Ptr;
usr/include/c++/7.4.0/ext/alloc_traits.h
   59     typedef typename _Base_type::pointer            pointer;