MCPcopy Create free account
hub / github.com/docopt/docopt.cpp / Pattern

Class Pattern

docopt_private.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35namespace docopt {
36
37 class Pattern;
38 class LeafPattern;
39
40 using PatternList = std::vector<std::shared_ptr<Pattern>>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected