Searched refs:L_type (Results 1 – 1 of 1) sorted by relevance
/external/python/pybind11/include/pybind11/ |
D | operators.h | 56 using L_type = conditional_t<std::is_same<L, self_t>::value, Base, L>; in execute() local 58 using op = op_impl<id, ot, Base, L_type, R_type>; in execute() 68 using L_type = conditional_t<std::is_same<L, self_t>::value, Base, L>; in execute_cast() local 70 using op = op_impl<id, ot, Base, L_type, R_type>; in execute_cast()
|