Home
last modified time | relevance | path

Searched defs:R_type (Results 1 – 1 of 1) sorted by relevance

/external/python/pybind11/include/pybind11/
Doperators.h57 using R_type = conditional_t<std::is_same<R, self_t>::value, Base, R>; in execute() local
69 using R_type = conditional_t<std::is_same<R, self_t>::value, Base, R>; in execute_cast() local