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

Method stringWrapper

fuzz/fuzzApp.hpp:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45class stringWrapper {
46 public:
47 stringWrapper() = default;
48 explicit stringWrapper(std::string_view v) : val(v) {};
49 CLI11_NODISCARD std::string value() const { return val; }
50

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected