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

Method CommandLineArgs

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

Source from the content-addressed store, hash-verified

1266 class CommandLineArgs {
1267 public:
1268 CommandLineArgs(void) {
1269 setArgs(0, static_cast<char**>(nullptr));
1270 }
1271 CommandLineArgs(int argc, const char** argv) {
1272 setArgs(argc, argv);
1273 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected