MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / NonCopyable

Method NonCopyable

tests/catch.hpp:407–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405
406 class NonCopyable {
407 NonCopyable( NonCopyable const& ) = delete;
408 NonCopyable( NonCopyable && ) = delete;
409 NonCopyable& operator = ( NonCopyable const& ) = delete;
410 NonCopyable& operator = ( NonCopyable && ) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected