Searched refs:unique_ptr_with_addressof_operator (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_smart_ptr.cpp76 class unique_ptr_with_addressof_operator { class
79 unique_ptr_with_addressof_operator() = default;
80 unique_ptr_with_addressof_operator(T* p) : impl(p) { } function in class:unique_ptr_with_addressof_operator
85 PYBIND11_DECLARE_HOLDER_TYPE(T, unique_ptr_with_addressof_operator<T>);
325 using MoveOnlyHolderWithAddressOf = unique_ptr_with_addressof_operator<TypeForMoveOnlyHolderWithAddressOf>;

Completed in 5 milliseconds