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

/gem5/ext/pybind11/tests/
H A Dtest_smart_ptr.cpp62 class shared_ptr_with_addressof_operator { class
66 shared_ptr_with_addressof_operator(T* p) : impl(p) { } function in class:shared_ptr_with_addressof_operator

Completed in 11 milliseconds