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

Class Either

docopt_private.h:318–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316 };
317
318 class Either : public BranchPattern {
319 public:
320 using BranchPattern::BranchPattern;
321
322 bool match(PatternList& left, std::vector<std::shared_ptr<LeafPattern>>& collected) const override;
323 };
324
325#if 0
326#pragma mark -

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected