MCPcopy Create free account
hub / github.com/cirquit/trdrop / NonCopyable

Method NonCopyable

ext/catch.hpp:391–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389 class NonCopyable {
390#ifdef CATCH_CONFIG_CPP11_GENERATED_METHODS
391 NonCopyable( NonCopyable const& ) = delete;
392 NonCopyable( NonCopyable && ) = delete;
393 NonCopyable& operator = ( NonCopyable const& ) = delete;
394 NonCopyable& operator = ( NonCopyable && ) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected