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

/gem5/ext/pybind11/include/pybind11/
H A Doperators.h40 struct self_t { }; struct
41 static const self_t self = self_t();
47 inline self_t __self() { return self; }
56 using L_type = conditional_t<std::is_same<L, self_t>::value, Base, L>;
57 using R_type = conditional_t<std::is_same<R, self_t>::value, Base, R>;
68 using L_type = conditional_t<std::is_same<L, self_t>::value, Base, L>;
69 using R_type = conditional_t<std::is_same<R, self_t>::value, Base, R>;
91 inline op_<op_##id, op_l, self_t, self_t> o
[all...]

Completed in 3 milliseconds