MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / Colour

Method Colour

Bcore/src/main/cpp/Dobby/tests/catch.hpp:6800–6802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6798namespace Catch {
6799
6800Colour::Colour(Code _colourCode) {
6801 use(_colourCode);
6802}
6803Colour::Colour(Colour &&rhs) noexcept {
6804 m_moved = rhs.m_moved;
6805 rhs.m_moved = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected