reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/shared_ptr_base.h
  439       class _Impl : _Sp_ebo_helper<0, _Deleter>, _Sp_ebo_helper<1, _Alloc>
  442 	typedef _Sp_ebo_helper<1, _Alloc>	_Alloc_base;
  445 	_Impl(_Ptr __p, _Deleter __d, const _Alloc& __a) noexcept
  450 	_Alloc& _M_alloc() noexcept { return _Alloc_base::_S_get(*this); }
  460       : _M_impl(__p, std::move(__d), _Alloc()) { }
  463       _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a) noexcept