Home
last modified time | relevance | path

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

/external/python/pybind11/docs/advanced/
Dsmart_ptrs.rst150 raw pointer. If this is not the case, pybind11's ``holder_helper`` must be
161 struct holder_helper<SmartPtr<T>> { // <-- specialization
/external/python/pybind11/include/pybind11/detail/
Dinit.h134 auto *ptr = holder_helper<Holder<Class>>::get(holder); in construct()
/external/python/pybind11/tests/
Dtest_smart_ptr.cpp27 struct holder_helper<ref<T>> { struct
/external/python/pybind11/include/pybind11/
Dcast.h1515 struct holder_helper {
1543 const auto *ptr = holder_helper<holder_type>::get(src);
1601 auto *ptr = holder_helper<holder_type>::get(src);