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

Method BranchPattern

docopt_private.h:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 : public Pattern {
142 public:
143 BranchPattern(PatternList children = {})
144 : fChildren(std::move(children))
145 {}
146
147 Pattern& fix() {
148 UniquePatternSet patterns;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected