MCPcopy Create free account
hub / github.com/PeterFWS/Structure-PLP-SLAM / OptionPrinter

Method OptionPrinter

3rd/popl/include/popl.hpp:438–440  ·  view source on GitHub ↗

Constructor @param option_parser the OptionParser to create the help message from

Source from the content-addressed store, hash-verified

436 /// Constructor
437 /// @param option_parser the OptionParser to create the help message from
438 explicit OptionPrinter(const OptionParser* option_parser) : option_parser_(option_parser)
439 {
440 }
441
442 /// Destructor
443 virtual ~OptionPrinter() = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected