Home
last modified time | relevance | path

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

/third_party/boost/boost/fusion/iterator/detail/
Dsegmented_next_impl.hpp145 struct segmented_next_impl_recurse2 struct
147 typedef segmented_next_impl_recurse3<Stack> impl;
148 typedef typename impl::type type;
151 static type call(Stack const & stack) in call()
158 struct segmented_next_impl_recurse2<Stack, Sequence, Result, false> struct
160 typedef Result type;
163 static type call(Stack const & stack) in call()