MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / Args

Method Args

tests/catch.hpp:6719–6721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6717
6718 public:
6719 Args( int argc, char const* const* argv )
6720 : m_exeName(argv[0]),
6721 m_args(argv + 1, argv + argc) {}
6722
6723 Args( std::initializer_list<std::string> args )
6724 : m_exeName( *args.begin() ),

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected