Home
last modified time | relevance | path

Searched refs:op_l (Results 1 – 1 of 1) sorted by relevance

/external/python/pybind11/include/pybind11/
Doperators.h35 op_l, /* base type on left */ enumerator
62 cl.def(id == op_itruediv ? "__idiv__" : ot == op_l ? "__div__" : "__rdiv__", in execute()
74 cl.def(id == op_itruediv ? "__idiv__" : ot == op_l ? "__div__" : "__rdiv__", in execute_cast()
81 template <typename B, typename L, typename R> struct op_impl<op_##id, op_l, B, L, R> { \
91 inline op_<op_##id, op_l, self_t, self_t> op(const self_t &, const self_t &) { \
92 return op_<op_##id, op_l, self_t, self_t>(); \
94 template <typename T> op_<op_##id, op_l, self_t, T> op(const self_t &, const T &) { \
95 return op_<op_##id, op_l, self_t, T>(); \
102 template <typename B, typename L, typename R> struct op_impl<op_##id, op_l, B, L, R> { \
107 template <typename T> op_<op_##id, op_l, self_t, T> op(const self_t &, const T &) { \
[all …]