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

Class Required

docopt_private.h:288–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286 };
287
288 class Required : public BranchPattern {
289 public:
290 using BranchPattern::BranchPattern;
291
292 bool match(PatternList& left, std::vector<std::shared_ptr<LeafPattern>>& collected) const override;
293 };
294
295 class Optional : public BranchPattern {
296 public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected