Home
last modified time | relevance | path

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

/external/openscreen/util/
Dweak_ptr.h143 const std::weak_ptr<T>& as_std_weak_ptr() const& { return impl_; } in as_std_weak_ptr() function
144 std::weak_ptr<T> as_std_weak_ptr() && { return std::move(impl_); } in as_std_weak_ptr() function