std::weak_ptr< _Tp >(3cxx) | std::weak_ptr< _Tp >(3cxx) |
NAME¶
std::weak_ptr< _Tp > -SYNOPSIS¶
Inherits std::__weak_ptr< _Tp, _Lp >.Public Types¶
typedef _Tp element_type
Public Member Functions¶
template<typename _Tp1 , typename = typename std::enable_if<std::is_convertible<_Tp1*, _Tp*>::value>::type> weak_ptr (const weak_ptr< _Tp1 > &__r) noexcept
Detailed Description¶
template<typename _Tp>singleton std::weak_ptr< _Tp >¶
A smart pointer with weak semantics. With forwarding constructors and assignment operators. Definition at line 461 of file shared_ptr.h.Author¶
Generated automatically by Doxygen for libstdc++ from the source code.Fri Dec 19 2014 | libstdc++ |