Home
last modified time | relevance | path

Searched refs:strict_plus (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/spirit/home/karma/operator/
Dplus.hpp171 struct strict_plus struct
172 : base_plus<Subject, mpl::true_, strict_plus<Subject> >
174 typedef base_plus<Subject, mpl::true_, strict_plus> base_plus_; argument
176 strict_plus(Subject const& subject) in strict_plus() function
192 : make_unary_composite<Elements, strict_plus>
210 struct has_semantic_action<karma::strict_plus<Subject> >
222 struct handles_container<karma::strict_plus<Subject>, Attribute