Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/x3/support/traits/
Dprint_attribute.hpp30 struct print_fusion_sequence struct
32 print_fusion_sequence(Out& out) in print_fusion_sequence() argument
35 typedef void result_type;
38 void operator()(T const& val) const in operator ()()
47 Out& out;
48 mutable bool is_first;
/third_party/boost/boost/spirit/home/support/
Dattributes.hpp1154 struct print_fusion_sequence struct
1156 print_fusion_sequence(Out& out_) in print_fusion_sequence() argument
1159 typedef void result_type;
1162 void operator()(T const& val) const in operator ()()
1171 Out& out;
1172 mutable bool is_first;