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

Method AobjWrapper

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

Source from the content-addressed store, hash-verified

501template <class X> class AobjWrapper {
502 public:
503 AobjWrapper() = default;
504 // delete all other constructors
505 template <class TT> AobjWrapper(TT &&obj) = delete;
506 // single assignment operator

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected