MCPcopy Create free account
hub / github.com/cirquit/trdrop / CommandLine

Method CommandLine

ext/catch.hpp:4755–4759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4753 public:
4754
4755 CommandLine()
4756 : m_boundProcessName( new Detail::NullBinder<ConfigT>() ),
4757 m_highestSpecifiedArgPosition( 0 ),
4758 m_throwOnUnrecognisedTokens( false )
4759 {}
4760 CommandLine( CommandLine const& other )
4761 : m_boundProcessName( other.m_boundProcessName ),
4762 m_options ( other.m_options ),

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected