Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ Colour
Method
Colour
unittests/catch.hpp:6974–6974 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6972
namespace Catch {
6973
6974
Colour::Colour( Code _colourCode ) { use( _colourCode ); }
6975
Colour::Colour( Colour&& rhs ) noexcept {
6976
m_moved = rhs.m_moved;
6977
rhs.m_moved = true;
Callers
nothing calls this directly
Calls
1
use
Function · 0.85
Tested by
no test coverage detected