Searched defs:shared_ptr_with_addressof_operator (Results 1 – 1 of 1) sorted by relevance
63 class shared_ptr_with_addressof_operator { class67 shared_ptr_with_addressof_operator(T* p) : impl(p) { } in shared_ptr_with_addressof_operator() function in shared_ptr_with_addressof_operator