Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ Args
Method
Args
unittests/catch.hpp:5608–5610 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5606
5607
public:
5608
Args( int argc, char const* const* argv )
5609
: m_exeName(argv[0]),
5610
m_args(argv + 1, argv + argc) {}
5611
5612
Args( std::initializer_list<std::string> args )
5613
: m_exeName( *args.begin() ),
Callers
nothing calls this directly
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected