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

Class Argument

docopt_private.h:218–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 };
217
218 class Argument
219 : public LeafPattern {
220 public:
221 using LeafPattern::LeafPattern;
222
223 protected:
224 virtual std::pair<size_t, std::shared_ptr<LeafPattern>> single_match(PatternList const& left) const override;
225 };
226
227 class Command : public Argument {
228 public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected