Home
last modified time | relevance | path

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

/third_party/boost/boost/fusion/iterator/detail/
Dsegmented_next_impl.hpp96 struct segmented_next_impl_recurse3 struct
98 typedef segmented_next_impl_recurse<typename Stack::cdr_type> impl;
99 typedef typename impl::type type;
102 static type call(Stack const & stack) in call()
109 struct segmented_next_impl_recurse3<Stack, 1> struct
111 typedef typename Stack::car_type::end_type end_type;
112 typedef iterator_range<end_type, end_type> range_type;
113 typedef cons<range_type> type;
116 static type call(Stack const & stack) in call()