Searched refs:unique_ptr_with_addressof_operator (Results 1 – 1 of 1) sorted by relevance
77 class unique_ptr_with_addressof_operator { class80 unique_ptr_with_addressof_operator() = default;81 unique_ptr_with_addressof_operator(T* p) : impl(p) { } in unique_ptr_with_addressof_operator() function in unique_ptr_with_addressof_operator86 PYBIND11_DECLARE_HOLDER_TYPE(T, unique_ptr_with_addressof_operator<T>);357 …using MoveOnlyHolderWithAddressOf = unique_ptr_with_addressof_operator<TypeForMoveOnlyHolderWithAd… in TEST_SUBMODULE()