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

Function rule_example

test/parser.cpp:224–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224void rule_example()
225{
226 namespace bp = boost::parser;
227 using namespace rule_construction_example;
228 BOOST_TEST(bp::parse("3 4", type, bp::ws));
229}
230
231int main()
232{

Callers 1

mainFunction · 0.85

Calls 1

parseFunction · 0.50

Tested by

no test coverage detected