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

Method objWrapper

tests/NewParseTest.cpp:319–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317template <class X> class objWrapper {
318 public:
319 objWrapper() = default;
320 explicit objWrapper(X obj) : val_{std::move(obj)} {};
321 objWrapper(const objWrapper &ow) = default;
322 template <class TT> objWrapper(const TT &obj) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected