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

Method BashCompletionOptionPrinter

3rd/popl/include/popl.hpp:1201–1203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1199/// BashCompletionOptionPrinter implementation /////////////////////////////////
1200
1201inline BashCompletionOptionPrinter::BashCompletionOptionPrinter(const OptionParser* option_parser, std::string program_name) : OptionPrinter(option_parser), program_name_(std::move(program_name))
1202{
1203}
1204
1205
1206inline std::string BashCompletionOptionPrinter::print(const Attribute& /*max_attribute*/) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected