Home
last modified time | relevance | path

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

/third_party/boost/boost/fusion/iterator/detail/
Dsegmented_next_impl.hpp182 struct segmented_next_impl_recurse struct
186 type;
189 static type call(Stack const& stack) in call()
196 struct segmented_next_impl_recurse<Stack, Next, true, 1> struct
198 typedef Next type;
201 static type call(Stack const & stack) in call()
208 struct segmented_next_impl_recurse<Stack, Next, false, StackSize> struct
210 typedef segmented_next_impl_recurse2<Next> impl;
211 typedef typename impl::type type;
214 static type call(Stack const & stack) in call()