Home
last modified time | relevance | path

Searched defs:weak_ptr (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/
H A Dboost_shared_ptr.h464 class weak_ptr; variable
1054 weak_ptr() in weak_ptr() function
1058 weak_ptr(const weak_ptr<_Tp1>& __r) in weak_ptr() function
1062 weak_ptr(const shared_ptr<_Tp1>& __r) in weak_ptr() function
/openbsd-src/gnu/llvm/libcxx/include/__memory/
H A Dshared_ptr.h128 template<class _Tp> class _LIBCPP_TEMPLATE_VIS weak_ptr; variable