Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/detail/
Dinit.h124 void construct(value_and_holder &v_h, Alias<Class> *alias_ptr, bool) { in construct() argument
125 no_nullptr(alias_ptr); in construct()
126 v_h.value_ptr() = static_cast<Cpp<Class> *>(alias_ptr); in construct()