MCPcopy Create free account
hub / github.com/cselab/aphros / Proxy

Method Proxy

src/parse/argparse.cpp:361–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359
360template <class T>
361ArgumentParser::Proxy<T>::Proxy(ArgumentParser& parser, std::string key)
362 : parser_(parser), key_(key) {}
363
364template <class T>
365ArgumentParser::Proxy<T>& ArgumentParser::Proxy<T>::Help(std::string help) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected