Searched refs:op_impl (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Doperators.h50 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>;
70 using op = op_impl<id, ot, Base, L_type, R_type>;
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> { \

Completed in 5 milliseconds