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

Method Cli

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

disable value semantics

Source from the content-addressed store, hash-verified

119 ~Cli() = default;
120 // disable value semantics
121 Cli(const Cli&) = delete;
122 Cli& operator = (const Cli&) = delete;
123 // enable move semantics
124 Cli(Cli&&) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected