Home
last modified time | relevance | path

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

/external/python/pybind11/tests/
Dtest_smart_ptr.cpp77 class unique_ptr_with_addressof_operator { class
81 unique_ptr_with_addressof_operator(T* p) : impl(p) { } in unique_ptr_with_addressof_operator() function in unique_ptr_with_addressof_operator