Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/
Dpybind11.h162 using cast_out = make_caster< in PYBIND11_NAMESPACE_BEGIN() local
192 handle result = cast_out::cast( in PYBIND11_NAMESPACE_BEGIN()
215 static constexpr auto signature = _("(") + cast_in::arg_names + _(") -> ") + cast_out::name; in PYBIND11_NAMESPACE_BEGIN()