MCPcopy Create free account
hub / github.com/RenderKit/oidn / Help

Method Help

external/catch.hpp:9467–9477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9465
9466 struct Help : Opt {
9467 Help( bool &showHelpFlag )
9468 : Opt([&]( bool flag ) {
9469 showHelpFlag = flag;
9470 return ParserResult::ok( ParseResultType::ShortCircuitAll );
9471 })
9472 {
9473 static_cast<Opt &>( *this )
9474 ("display usage information")
9475 ["-?"]["-h"]["--help"]
9476 .optional();
9477 }
9478 };
9479
9480 struct Parser : ParserBase {

Callers

nothing calls this directly

Calls 1

optionalMethod · 0.80

Tested by

no test coverage detected