MCPcopy Create free account
hub / github.com/approvals/ApprovalTests.cpp / NonCopyable

Method NonCopyable

tests/DocTest_Tests/ApprovalsTests.cpp:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23{
24public:
25 NonCopyable() = default;
26 NonCopyable(const NonCopyable& x) = delete; // prevent copy construction
27
28 friend std::ostream& operator<<(std::ostream& os, const NonCopyable& /*copyable*/)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected