MCPcopy Create free account
hub / github.com/daniele77/cli / VariadicFunctionCommand

Method VariadicFunctionCommand

include/cli/cli.h:764–764  ·  view source on GitHub ↗

disable value semantics

Source from the content-addressed store, hash-verified

762 public:
763 // disable value semantics
764 VariadicFunctionCommand(const VariadicFunctionCommand&) = delete;
765 VariadicFunctionCommand& operator = (const VariadicFunctionCommand&) = delete;
766
767 VariadicFunctionCommand(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected