MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / Args

Method Args

Bcore/src/main/cpp/Dobby/tests/catch.hpp:5406–5407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5404
5405public:
5406 Args(int argc, char const *const *argv) : m_exeName(argv[0]), m_args(argv + 1, argv + argc) {
5407 }
5408
5409 Args(std::initializer_list<std::string> args) : m_exeName(*args.begin()), m_args(args.begin() + 1, args.end()) {
5410 }

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected