Searched defs:match_manip (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/spirit/home/qi/stream/detail/ |
D | match_manip.hpp | 29 struct match_manip struct 37 match_manip(Expr const& xpr, Skipper const& s, Attribute& a) in match_manip() function 40 match_manip(Expr const& xpr, Skipper const& s in match_manip() argument 44 Expr const& expr; 45 Skipper const& skipper; 46 Attribute& attr; 54 struct match_manip<Expr, mpl::false_, mpl::true_, Skipper, Attribute> struct 56 match_manip(Expr const& xpr, Skipper const& s, Attribute& a) in match_manip() argument 59 match_manip(Expr const& xpr, Skipper const& s in match_manip() argument 63 Expr const& expr; [all …]
|