Searched defs:repetitive_view (Results 1 – 1 of 1) sorted by relevance
27 template<typename Sequence> struct repetitive_view struct30 typedef repetitive_view_tag fusion_tag;31 typedef fusion_sequence_tag tag; // this gets picked up by MPL32 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() function45 stored_seq_type seq;