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

Class Content

test/github_issues.cpp:460–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458 namespace bp = boost::parser;
459
460 struct Content
461 {
462 ~Content()
463 {
464 int setbreakpointhere = 0;
465 (void)setbreakpointhere;
466 }
467 };
468 constexpr bp::rule<struct content_tag, std::shared_ptr<Content>> content =
469 "content";
470 constexpr auto content_action = [](auto & ctx) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected