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>
  441 	typedef _Sp_ebo_helper<0, _Deleter>	_Del_base;
  445 	_Impl(_Ptr __p, _Deleter __d, const _Alloc& __a) noexcept
  449 	_Deleter& _M_del() noexcept { return _Del_base::_S_get(*this); }
  459       _Sp_counted_deleter(_Ptr __p, _Deleter __d) noexcept
  463       _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a) noexcept