MCPcopy Create free account
hub / github.com/Profactor/cv-plot / NonCopyable

Method NonCopyable

CvPlot/ext/catch2/inc/catch.hpp:469–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467
468 class NonCopyable {
469 NonCopyable( NonCopyable const& ) = delete;
470 NonCopyable( NonCopyable && ) = delete;
471 NonCopyable& operator = ( NonCopyable const& ) = delete;
472 NonCopyable& operator = ( NonCopyable && ) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected