reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
65 __allocated_ptr(__allocated_ptr&& __gd) noexcept 77 __allocated_ptr& 101 __allocated_ptr<_Alloc>usr/include/c++/7.4.0/bits/shared_ptr_base.h
476 __allocated_ptr<__allocator_type> __guard_ptr{ __a, this }; 543 __allocated_ptr<__allocator_type> __guard_ptr{ __a, this }; 1309 __allocated_ptr<_Alloc> __guard{ _M_alloc, __ptr };usr/include/c++/7.4.0/bits/stl_list.h
574 __allocated_ptr<_Node_alloc_type> __guard{__alloc, __p};
usr/include/c++/7.4.0/future 280 __allocated_ptr<__allocator_type> __guard_ptr{ __a, this };