Searched defs:expr_impl (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/core/ |
D | expression.hpp | 39 struct expr_impl<Tag, expr_arg_types<A...>> : expr_ext<actor, Tag, A...> {}; struct 42 struct expr_impl<Tag, expr_arg_types<A...>, void, T...> : expr_ext<actor, Tag, A...> {}; struct 45 …struct expr_impl<Tag, expr_arg_types<A...>, H, T...> : expr_impl<Tag, expr_arg_types<A..., H>, T..… struct
|