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

Method Menu

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

disable value and move semantics

Source from the content-addressed store, hash-verified

448 public:
449 // disable value and move semantics
450 Menu(const Menu&) = delete;
451 Menu& operator = (const Menu&) = delete;
452 Menu(Menu&&) = delete;
453 Menu& operator = (Menu&&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected