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

Method Colour

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

Source from the content-addressed store, hash-verified

8084namespace Catch {
8085
8086 Colour::Colour( Code _colourCode ) { use( _colourCode ); }
8087 Colour::Colour( Colour&& rhs ) noexcept {
8088 m_moved = rhs.m_moved;
8089 rhs.m_moved = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected