MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / NonCopyable

Method NonCopyable

unittests/catch.hpp:262–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260
261 class NonCopyable {
262 NonCopyable( NonCopyable const& ) = delete;
263 NonCopyable( NonCopyable && ) = delete;
264 NonCopyable& operator = ( NonCopyable const& ) = delete;
265 NonCopyable& operator = ( NonCopyable && ) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected