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

Method Help

tests/catch.hpp:7365–7375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7363
7364 struct Help : Opt {
7365 Help( bool &showHelpFlag )
7366 : Opt([&]( bool flag ) {
7367 showHelpFlag = flag;
7368 return ParserResult::ok( ParseResultType::ShortCircuitAll );
7369 })
7370 {
7371 static_cast<Opt &>( *this )
7372 ("display usage information")
7373 ["-?"]["-h"]["--help"]
7374 .optional();
7375 }
7376 };
7377
7378 struct Parser : ParserBase {

Callers

nothing calls this directly

Calls 1

optionalMethod · 0.80

Tested by

no test coverage detected