reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
108 class allocator: public __allocator_base<_Tp>
usr/include/c++/7.4.0/ext/new_allocator.h71 { typedef new_allocator<_Tp1> other; }; 81 new_allocator(const new_allocator&) _GLIBCXX_USE_NOEXCEPT { } 84 new_allocator(const new_allocator<_Tp1>&) _GLIBCXX_USE_NOEXCEPT { } 155 operator==(const new_allocator<_Tp>&, const new_allocator<_Tp>&) 155 operator==(const new_allocator<_Tp>&, const new_allocator<_Tp>&) 160 operator!=(const new_allocator<_Tp>&, const new_allocator<_Tp>&) 160 operator!=(const new_allocator<_Tp>&, const new_allocator<_Tp>&)usr/include/x86_64-linux-gnu/c++/7.4.0/bits/c++allocator.h
48 using __allocator_base = __gnu_cxx::new_allocator<_Tp>;