MCPcopy Create free account
hub / github.com/boostorg/parser / quoted_string

Class quoted_string

example/struct_rule.cpp:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21namespace bp = boost::parser;
22
23bp::rule<struct quoted_string, std::string> quoted_string = "quoted name";
24bp::rule<struct employee_p, employee> employee_p = "employee";
25
26auto quoted_string_def = bp::lexeme['"' >> +(bp::char_ - '"') >> '"'];

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected