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

Method setApplicationArguments

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

Source from the content-addressed store, hash-verified

2759 void setApplicationArguments(int argc, char** argv);
2760
2761 inline void setApplicationArguments(int argc, const char** argv) {
2762 setApplicationArguments(argc, const_cast<char**>(argv));
2763 }
2764 };
2765 extern ELPP_EXPORT base::type::StoragePointer elStorage;
2766#define ELPP el::base::elStorage

Callers 1

setArgsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected