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

Method objWrapperRestricted

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

Source from the content-addressed store, hash-verified

337template <class X> class objWrapperRestricted {
338 public:
339 objWrapperRestricted() = default;
340 explicit objWrapperRestricted(int val) : val_{val} {};
341 objWrapperRestricted(const objWrapperRestricted &) = delete;
342 objWrapperRestricted(objWrapperRestricted &&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected