Home
last modified time | relevance | path

Searched refs:next_impl (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/boost/fusion/iterator/
Dnext.hpp24 struct next_impl struct
31 struct next_impl<iterator_facade_tag> struct
38 struct next_impl<boost_array_iterator_tag>;
41 struct next_impl<mpl_iterator_tag>;
44 struct next_impl<std_pair_iterator_tag>;
51 : extension::next_impl<typename detail::tag_of<Iterator>::type>::
/third_party/boost/boost/fusion/view/transform_view/detail/
Dnext_impl.hpp27 struct next_impl;
31 struct next_impl<transform_view_iterator_tag> struct
52 struct next_impl<transform_view_iterator2_tag> struct
/third_party/boost/boost/fusion/container/vector/detail/
Dnext_impl.hpp22 struct next_impl;
25 struct next_impl<vector_iterator_tag> struct
/third_party/boost/libs/fusion/example/extension/detail/
Dnext_impl.hpp24 struct next_impl;
27 struct next_impl<example::example_struct_iterator_tag> struct
/third_party/boost/boost/fusion/view/nview/detail/
Dnext_impl.hpp24 struct next_impl;
27 struct next_impl<nview_iterator_tag> struct
/third_party/boost/boost/fusion/view/single_view/detail/
Dnext_impl.hpp25 struct next_impl;
28 struct next_impl<single_view_iterator_tag> struct
/third_party/boost/boost/fusion/container/list/detail/
Dnext_impl.hpp29 struct next_impl;
32 struct next_impl<cons_iterator_tag> struct
/third_party/boost/boost/fusion/view/filter_view/detail/
Dnext_impl.hpp27 struct next_impl;
30 struct next_impl<filter_view_iterator_tag> struct
/third_party/boost/boost/fusion/view/zip_view/detail/
Dnext_impl.hpp63 struct next_impl;
66 struct next_impl<zip_view_iterator_tag> struct
/third_party/boost/boost/fusion/view/joint_view/detail/
Dnext_impl.hpp25 struct next_impl;
28 struct next_impl<joint_view_iterator_tag> struct
/third_party/boost/boost/fusion/view/repetitive_view/detail/
Dnext_impl.hpp25 struct next_impl;
28 struct next_impl<repetitive_view_iterator_tag> struct
/third_party/boost/boost/xpressive/detail/utility/
Dcons.hpp147 struct next_impl;
150 struct next_impl<cons_iterator_tag> struct
/third_party/boost/boost/fusion/view/reverse_view/detail/
Dnext_impl.hpp24 struct next_impl<reverse_view_iterator_tag> struct
Dprior_impl.hpp30 typedef typename next_impl<typename first_type::fusion_tag>::
/third_party/boost/boost/fusion/view/flatten_view/
Dflatten_view_iterator.hpp154 struct next_impl<flatten_view_iterator_tag> struct
/third_party/boost/boost/proto/
Dfusion.hpp420 struct next_impl;
423 struct next_impl<proto::tag::proto_expr_iterator<Tag, Domain> > struct
/third_party/boost/libs/fusion/doc/
Dextension.qbk240 by providing a `next_impl`:
243 struct next_impl<example::example_struct_iterator_tag>