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

/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h1472 #define PYBIND11_ENUM_OP_CONV_LHS(op, expr) \ macro
1481 PYBIND11_ENUM_OP_CONV_LHS("__eq__", !b.is_none() && a.equal(b));
1482 PYBIND11_ENUM_OP_CONV_LHS("__ne__", b.is_none() || !a.equal(b));
1512 #undef PYBIND11_ENUM_OP_CONV_LHS macro

Completed in 13 milliseconds