reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
505 class _Impl : _Sp_ebo_helper<0, _Alloc> 507 typedef _Sp_ebo_helper<0, _Alloc> _A_base; 510 explicit _Impl(_Alloc __a) noexcept : _A_base(__a) { } 512 _Alloc& _M_alloc() noexcept { return _A_base::_S_get(*this); } 521 _Sp_counted_ptr_inplace(_Alloc __a, _Args&&... __args) 526 allocator_traits<_Alloc>::construct(__a, _M_ptr(), 535 allocator_traits<_Alloc>::destroy(_M_impl._M_alloc(), _M_ptr());