libstdc++
GNU C++ library
Loading...
Searching...
No Matches
◆
~__weak_count()
template<
_Lock_policy
_Lp>
std::__weak_count
< _Lp >::~
__weak_count
(
)
inline
noexcept
Definition at line
1238
of file
shared_ptr_base.h
.
1239
{
1240
if
(
_M_pi
!=
nullptr
)
1241
_M_pi
->_M_weak_release();
1242
}
std::__weak_count::_M_pi
_Sp_counted_base< _Lp > * _M_pi
Definition
shared_ptr_base.h:1315
References
_M_pi
.
std
__weak_count
Generated on
for libstdc++ by
1.16.1