Searched defs:unique_ptr_with_addressof_operator (Results 1 - 1 of 1) sorted by relevance
/gem5/ext/pybind11/tests/ | ||
H A D | test_smart_ptr.cpp | 76 class unique_ptr_with_addressof_operator { class 80 unique_ptr_with_addressof_operator(T* p) : impl(p) { } function in class:unique_ptr_with_addressof_operator |
Completed in 7 milliseconds