Searched refs:weak_type (Results 1 – 1 of 1) sorted by relevance
164 using weak_type = weak_ptr<T>; variable193 explicit shared_ptr(const weak_type& p) noexcept : Internals::PtrCountedBase<T>(p) in shared_ptr()