Home
last modified time | relevance | path

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

/third_party/boost/boost/fusion/iterator/
Dnext.hpp24 struct next_impl struct
27 struct apply {};
31 struct next_impl<iterator_facade_tag> struct
34 struct apply : Iterator::template next<Iterator> {};
/third_party/boost/boost/fusion/view/repetitive_view/detail/
Dnext_impl.hpp28 struct next_impl<repetitive_view_iterator_tag> struct
35 struct apply_nonempty // <Iterator,false>
52 struct apply_nonempty<Iterator,true>
72 struct apply // <Iterator,false>
77 struct apply<Iterator,true>
/third_party/boost/boost/fusion/view/transform_view/detail/
Dnext_impl.hpp31 struct next_impl<transform_view_iterator_tag> struct
34 struct apply
52 struct next_impl<transform_view_iterator2_tag> struct
55 struct apply
/third_party/boost/boost/fusion/view/single_view/detail/
Dnext_impl.hpp28 struct next_impl<single_view_iterator_tag> struct
31 struct apply
/third_party/boost/boost/fusion/view/reverse_view/detail/
Dnext_impl.hpp24 struct next_impl<reverse_view_iterator_tag> struct
27 struct apply
/third_party/boost/boost/fusion/container/vector/detail/
Dnext_impl.hpp25 struct next_impl<vector_iterator_tag> struct
28 struct apply
/third_party/boost/boost/fusion/container/list/detail/
Dnext_impl.hpp32 struct next_impl<cons_iterator_tag> struct
35 struct apply
/third_party/boost/boost/fusion/view/nview/detail/
Dnext_impl.hpp27 struct next_impl<nview_iterator_tag> struct
30 struct apply
/third_party/boost/libs/fusion/example/extension/detail/
Dnext_impl.hpp27 struct next_impl<example::example_struct_iterator_tag> struct
30 struct apply
/third_party/boost/boost/fusion/view/filter_view/detail/
Dnext_impl.hpp30 struct next_impl<filter_view_iterator_tag> struct
33 struct apply
/third_party/boost/boost/fusion/view/zip_view/detail/
Dnext_impl.hpp66 struct next_impl<zip_view_iterator_tag> struct
69 struct apply
/third_party/boost/boost/fusion/view/joint_view/detail/
Dnext_impl.hpp28 struct next_impl<joint_view_iterator_tag> struct
31 struct apply
/third_party/boost/boost/fusion/view/flatten_view/
Dflatten_view_iterator.hpp154 struct next_impl<flatten_view_iterator_tag> struct
157 struct apply
/third_party/boost/boost/xpressive/detail/utility/
Dcons.hpp150 struct next_impl<cons_iterator_tag> struct
153 struct apply : cons_detail::next_traits_impl<Iterator> {};
/third_party/boost/boost/proto/
Dfusion.hpp423 struct next_impl<proto::tag::proto_expr_iterator<Tag, Domain> > struct
426 struct apply