Searched refs: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
65 shared_ptr_with_addressof_operator( ) = default;
66 shared_ptr_with_addressof_operator(T* p) : impl(p) { } function in class:shared_ptr_with_addressof_operator
70 PYBIND11_DECLARE_HOLDER_TYPE(T, shared_ptr_with_addressof_operator<T>);
307 using HolderWithAddressOf = shared_ptr_with_addressof_operator<TypeForHolderWithAddressOf>;

Completed in 5 milliseconds