Searched defs:segmented_begin_impl_aux (Results 1 – 1 of 1) sorted by relevance
50 struct segmented_begin_impl_aux struct54 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> struct77 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 …]