MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / ~CommandLineArgs

Method ~CommandLineArgs

include/thundersvm/util/log.h:1277–1277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1275 setArgs(argc, argv);
1276 }
1277 virtual ~CommandLineArgs(void) {}
1278 /// @brief Sets arguments and parses them
1279 inline void setArgs(int argc, const char** argv) {
1280 setArgs(argc, const_cast<char**>(argv));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected