Home
last modified time | relevance | path

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

/external/python/pybind11/tests/
Dtest_smart_ptr.cpp63 class shared_ptr_with_addressof_operator { class
67 shared_ptr_with_addressof_operator(T* p) : impl(p) { } in shared_ptr_with_addressof_operator() function in shared_ptr_with_addressof_operator