Searched defs:as_std_weak_ptr (Results 1 – 1 of 1) sorted by relevance
143 const std::weak_ptr<T>& as_std_weak_ptr() const& { return impl_; } in as_std_weak_ptr() function144 std::weak_ptr<T> as_std_weak_ptr() && { return std::move(impl_); } in as_std_weak_ptr() function