Query: std::weak_ptr
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
std::weak_ptr< _Tp >(3cxx) std::weak_ptr< _Tp >(3cxx)NAMEstd::weak_ptr< _Tp > -SYNOPSISInherits 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) template<typename _Tp1 , typename = typename std::enable_if<std::is_convertible<_Tp1*, _Tp*>::value>::type> weak_ptr (const shared_ptr< _Tp1 > &__r) bool expired () const shared_ptr< _Tp > lock () const template<typename _Tp1 > weak_ptr & operator= (const weak_ptr< _Tp1 > &__r) template<typename _Tp1 > weak_ptr & operator= (const shared_ptr< _Tp1 > &__r) template<typename _Tp1 > bool owner_before (const __shared_ptr< _Tp1, _Lp > &__rhs) const template<typename _Tp1 > bool owner_before (const __weak_ptr< _Tp1, _Lp > &__rhs) const void reset () void swap (__weak_ptr &__s) long use_count () const Detailed Description template<typename _Tp>class std::weak_ptr< _Tp > A smart pointer with weak semantics. With forwarding constructors and assignment operators. Definition at line 398 of file shared_ptr.h. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 std::weak_ptr< _Tp >(3cxx)
Related Man Pages |
---|
std::auto_ptr(3) - centos |
std::shared_ptr(3) - centos |
std::integral_constant(3) - debian |
std::queue(3) - debian |
std::unique_ptr(3) - debian |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
Introduction |
One instance of comparing grep and awk |
Find columns in a file based on header and print to new file |
A (ksh) Library For and From UNIX.com |