Searched refs:segmented_begin_impl (Results 1 – 3 of 3) sorted by relevance
29 struct segmented_begin_impl;142 typename segmented_begin_impl<Sequence, Stack>::type,165 return segmented_begin_impl<Sequence, Stack>::call(*stack.car.first, stack); in call()
31 typename segmented_begin_impl<Sequence, Nil_>::type39 segmented_begin_impl<Sequence, Nil_>::call(seq, Nil_())); in call()
90 struct segmented_begin_impl struct