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

Method SimpleWrapper

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

Source from the content-addressed store, hash-verified

544template <class T> class SimpleWrapper {
545 public:
546 SimpleWrapper() = default;
547
548 explicit SimpleWrapper(T initial) : val_{std::move(initial)} {};
549 T &getRef() { return val_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected