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
  411     struct _Sp_ebo_helper<_Nm, _Tp, true> : private _Tp
  411     struct _Sp_ebo_helper<_Nm, _Tp, true> : private _Tp
  413       explicit _Sp_ebo_helper(const _Tp& __tp) : _Tp(__tp) { }
  414       explicit _Sp_ebo_helper(_Tp&& __tp) : _Tp(std::move(__tp)) { }
  416       static _Tp&