Home
last modified time | relevance | path

Searched defs:segmented_fold_until_iterate (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/support/detail/
Dsegmented_fold_until_impl.hpp337 struct segmented_fold_until_iterate struct
345 empty_type;
349 impl;
351 typedef typename impl::type type;
352 typedef typename impl::continue_type continue_type;
355 static type call(Begin const& beg, End const& end, State const& state in call()
363 struct segmented_fold_until_iterate<Begin, End, State, Context, Fun, true> struct
365 typedef State type;
366 typedef mpl::true_ continue_type;
369 static type call(Begin const&, End const&, State const& state in call()