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
  435       allocate(allocator_type& __a, size_type __n)
  449       allocate(allocator_type& __a, size_type __n, const_void_pointer __hint)
  461       deallocate(allocator_type& __a, pointer __p, size_type __n)
  494       static size_type
usr/include/c++/7.4.0/bits/regex.h
 1590       typedef typename allocator_traits<_Alloc>::size_type size_type;
usr/include/c++/7.4.0/ext/alloc_traits.h
   61     typedef typename _Base_type::size_type          size_type;