MCPcopy Create free account
hub / github.com/CLIUtils/CLI11 / nType

Method nType

tests/OptionTypeTest.cpp:370–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368TEST_CASE_METHOD(TApp, "stringLikeTests", "[optiontype]") {
369 struct nType {
370 explicit nType(std::string a_value) : m_value{std::move(a_value)} {}
371
372 explicit operator std::string() const { return std::string{"op str"}; }
373

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected