MCPcopy Create free account
hub / github.com/RenderKit/embree / use

Method use

tutorials/external/catch.hpp:8315–8318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8313 Colour::~Colour(){ if( !m_moved ) use( None ); }
8314
8315 void Colour::use( Code _colourCode ) {
8316 static IColourImpl* impl = platformColourInstance();
8317 impl->use( _colourCode );
8318 }
8319
8320 std::ostream& operator << ( std::ostream& os, Colour const& ) {
8321 return os;

Callers

nothing calls this directly

Calls 1

platformColourInstanceFunction · 0.85

Tested by

no test coverage detected