Searched defs:default_mem_ptr_impl (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/transform/ |
D | default.hpp | 185 struct default_mem_ptr_impl struct 189 typedef typename result_of::child_c<Expr, 0>::type e0; 190 typedef typename result_of::child_c<Expr, 1>::type e1; 191 typedef typename Grammar::template impl<e0, State, Data>::result_type r0; 192 typedef typename Grammar::template impl<e1, State, Data>::result_type r1; 194 typedef typename detail::mem_ptr_fun<r0, r1>::result_type result_type; 195 result_type operator ()( in operator ()() 212 struct default_mem_ptr_impl<Grammar, Expr, State, Data, true> struct 216 typedef typename result_of::child_c<Expr, 0>::type e0; 217 typedef typename result_of::child_c<Expr, 1>::type e1; [all …]
|