Home
last modified time | relevance | path

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

/external/python/pybind11/tests/
Dtest_smart_ptr.cpp77 class unique_ptr_with_addressof_operator { class
80 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_operator
86 PYBIND11_DECLARE_HOLDER_TYPE(T, unique_ptr_with_addressof_operator<T>);
357 …using MoveOnlyHolderWithAddressOf = unique_ptr_with_addressof_operator<TypeForMoveOnlyHolderWithAd… in TEST_SUBMODULE()