Searched refs:undefined_t (Results 1 – 2 of 2) sorted by relevance
/external/python/pybind11/include/pybind11/ |
D | operators.h | 44 struct undefined_t { }; struct 112 template <typename B, typename L> struct op_impl<op_##id, op_u, B, L, undefined_t> { \ 117 inline op_<op_##id, op_u, self_t, undefined_t> op(const self_t &) { \ 118 return op_<op_##id, op_u, self_t, undefined_t>(); \
|
D | attr.h | 124 struct undefined_t; 125 template <op_id id, op_type ot, typename L = undefined_t, typename R = undefined_t> struct op_;
|