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

Class Foo

test/github_issues.cpp:517–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515namespace github_issue_294_ {
516 namespace bp = boost::parser;
517 struct Foo
518 {};
519 constexpr bp::rule<struct foo_parser_tag, std::shared_ptr<Foo>> foo_parser =
520 "foo_parser";
521 constexpr auto foo_parser_action = [](auto & ctx) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected