Searched defs:Colour (Results 1 – 1 of 1) sorted by relevance
5483 struct Colour { struct5484 enum Code {5528 bool m_moved;7921 Colour::Colour( Code _colourCode ) : m_moved( false ) { use( _colourCode ); } in Colour() function in Catch::Colour7922 …Colour::Colour( Colour const& _other ) : m_moved( false ) { const_cast<Colour&>( _other ).m_moved … in Colour() function in Catch::Colour