MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / NonMoveable

Method NonMoveable

tests/Issue258_2.cpp:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5 int mX;
6public:
7 NonMoveable(int x) : mX{x} {}
8
9
10 NonMoveable(const NonMoveable&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected