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

Class Bar

test/github_issues.cpp:526–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524 };
525 constexpr auto foo_parser_def = bp::eps[foo_parser_action];
526 struct Bar
527 {
528 std::shared_ptr<Foo> foo;
529 };
530 constexpr bp::rule<struct bar_parser_tag, std::shared_ptr<Bar>> bar_parser =
531 "bar_parser";
532 constexpr auto bar_parser_action = [](auto & ctx) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected