Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/sequence/intrinsic/detail/
Dsegmented_begin_impl.hpp50 struct segmented_begin_impl_aux struct
54 end_impl;
63 fold_impl;
65 typedef typename fold_impl::type type;
68 static type call(Sequence& seq, Stack const& stack) in call()
75 struct segmented_begin_impl_aux<Sequence, Stack, false> struct
77 typedef typename result_of::begin<Sequence>::type begin_type;
78 typedef typename result_of::end<Sequence>::type end_type;
79 typedef iterator_range<begin_type, end_type> pair_type;
80 typedef cons<pair_type, Stack> type;
[all …]