Searched defs:unwrapping_shared_ptr (Results 1 – 1 of 1) sorted by relevance
43 unwrapping_shared_ptr() : impl({}) {} in unwrapping_shared_ptr() function44 explicit unwrapping_shared_ptr(T* p) : impl(p->wrap()) { in unwrapping_shared_ptr() function