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

Method AddVariable

src/parse/argparse.cpp:395–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393
394template <class T>
395auto ArgumentParser::AddVariable(
396 const std::vector<std::string>& names, T defaultval, bool hasdefault)
397 -> Proxy<T> {
398 return imp->AddVariable(names, defaultval, hasdefault);
399}
400
401template auto ArgumentParser::AddVariable(
402 const std::vector<std::string>& names, double defaultval, bool hasdefault)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected