Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/detail/
H A Dsegmented_fold_until_impl.hpp337 struct segmented_fold_until_iterate struct
345 empty_type;
349 impl;
351 typedef typename impl::type type;
352 typedef typename impl::continue_type continue_type;
355 static type call(Begin const& beg, End const& end, State const& state in call()
363 struct segmented_fold_until_iterate<Begin, End, State, Context, Fun, true> struct
365 typedef State type;
366 typedef mpl::true_ continue_type;
369 static type call(Begin const&, End const&, State const& state in call()