Home
last modified time | relevance | path

Searched refs: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
58 using op = op_impl<id, ot, Base, L_type, R_type>; in execute()
69 using R_type = conditional_t<std::is_same<R, self_t>::value, Base, R>; in execute_cast() local
70 using op = op_impl<id, ot, Base, L_type, R_type>; in execute_cast()