Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/view/repetitive_view/
Drepetitive_view.hpp27 template<typename Sequence> struct repetitive_view struct
30 typedef repetitive_view_tag fusion_tag;
31 typedef fusion_sequence_tag tag; // this gets picked up by MPL
32 typedef mpl::true_ is_view;
34 typedef single_pass_traversal_tag category;
36 typedef typename boost::remove_reference<Sequence>::type sequence_type;
39 stored_seq_type;
42 repetitive_view(Sequence& in_seq) in repetitive_view() function
45 stored_seq_type seq;