libstdc++
GNU C++ library
Loading...
Searching...
No Matches

◆ _M_ptr()

template<typename _Tp, typename _Alloc, _Lock_policy _Lp>
__remove_cv_t< _Tp > * std::_Sp_counted_ptr_inplace< _Tp, _Alloc, _Lp >::_M_ptr ( )
inlineprivatenoexcept

Definition at line 719 of file shared_ptr_base.h.

719{ return _M_impl._M_storage._M_ptr(); }

References _M_impl.

Referenced by _Sp_counted_ptr_inplace(), _M_dispose(), and _M_get_deleter().

Here is the caller graph for this function: