static type call(Sequence& seq)
 {
     return type(
         segmented_begin_impl<Sequence, Nil_>::call(seq, Nil_()));
 }
예제 #2
0
 BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
 static type call(Sequence & seq)
 {
     return type(
         segmented_end_impl<Sequence, Nil_>::call(seq, Nil_()));
 }