Searched defs:segmented_fold_until_impl (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/support/detail/ |
D | segmented_fold_until_impl.hpp | 155 struct segmented_fold_until_impl struct 168 impl; 170 typedef typename impl::type type; 171 typedef typename impl::continue_type continue_type; 174 … static type call(Sequence& seq, State const& state, Context const& context, Fun const& fun) in call() 186 struct segmented_fold_until_impl<Sequence, State, Context, Fun, false> struct 190 apply_type; 192 typedef typename apply_type::type type; 193 typedef typename apply_type::continue_type continue_type; 196 … static type call(Sequence& seq, State const& state, Context const& context, Fun const& fun) in call()
|