Searched refs:op_impl (Results 1 – 1 of 1) sorted by relevance
/external/python/pybind11/include/pybind11/ |
D | operators.h | 50 template <op_id, op_type, typename B, typename L, typename R> struct op_impl { }; struct 58 using op = op_impl<id, ot, Base, L_type, R_type>; in execute() 70 using op = op_impl<id, ot, Base, L_type, R_type>; in execute_cast() 81 template <typename B, typename L, typename R> struct op_impl<op_##id, op_l, B, L, R> { \ 86 template <typename B, typename L, typename R> struct op_impl<op_##id, op_r, B, L, R> { \ 102 template <typename B, typename L, typename R> struct op_impl<op_##id, op_l, B, L, R> { \ 112 template <typename B, typename L> struct op_impl<op_##id, op_u, B, L, undefined_t> { \
|