Searched defs:attr_parser (Results 1 – 2 of 2) sorted by relevance
49 struct attr_parser : parser<attr_parser<Value>> struct51 typedef Value attribute_type;53 static bool const has_attribute =55 static bool const handles_container =58 constexpr attr_parser(Value const& value) in attr_parser() argument60 constexpr attr_parser(Value&& value) in attr_parser() function65 bool parse(Iterator& /* first */, Iterator const& /* last */ in parse()73 Value value_;80 struct attr_parser<Value[N]> : parser<attr_parser<Value[N]>> struct85 typedef Value attribute_type[N];[all …]
50 struct attr_parser : primitive_parser<attr_parser<Value> > struct53 struct attribute : remove_const<Value> {};55 attr_parser(typename add_reference<Value>::type value) in attr_parser() argument60 bool parse(Iterator& /*first*/, Iterator const& /*last*/ in parse()69 info what(Context& /*context*/) const in what()74 Value value_;