MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / OptionsParser

Function OptionsParser

CppCoverage/OptionsParser.hpp:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 OptionsParser(const OptionsParser&) = delete;
64 OptionsParser& operator=(const OptionsParser&) = delete;
65 OptionsParser(OptionsParser&&) = delete;
66 OptionsParser& operator=(OptionsParser&&) = delete;
67
68 boost::optional<Options> Parse(int argc, const char** argv) const;

Callers 1

OptionsParser.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected