Searched defs:base_plus (Results 1 – 1 of 1) sorted by relevance
| /third_party/boost/boost/spirit/home/karma/operator/ |
| D | plus.hpp | 46 struct base_plus : unary_generator<Derived> struct 53 bool generate_subject(F f, Attribute const&, bool& result, mpl::false_) const in generate_subject() 64 bool generate_subject(F f, Attribute const&, bool& result, mpl::true_) const in generate_subject() 76 bool generate_subject(F f, unused_type, bool& result, mpl::false_) const in generate_subject() 94 typedef Subject subject_type; 95 typedef typename subject_type::properties properties; 101 struct attribute 107 base_plus(Subject const& subject) in base_plus() argument 113 bool generate(OutputIterator& sink, Context& ctx in generate() 152 info what(Context& context) const in what() [all …]
|