Home
last modified time | relevance | path

Searched defs:segmented_begin_impl_aux (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/sequence/intrinsic/detail/
H A Dsegmented_begin_impl.hpp50 struct segmented_begin_impl_aux struct
54 end_impl;
63 fold_impl;
65 typedef typename fold_impl::type type;
68 static type call(Sequence& seq, Stack const& stack) in call()
75 struct segmented_begin_impl_aux<Sequence, Stack, false> struct
77 typedef typename result_of::begin<Sequence>::type begin_type;
78 typedef typename result_of::end<Sequence>::type end_type;
79 typedef iterator_range<begin_type, end_type> pair_type;
80 typedef cons<pair_type, Stack> type;
[all …]