MCPcopy Create free account
hub / github.com/Profactor/cv-plot / instance

Method instance

CvPlot/ext/catch2/inc/catch.hpp:10083–10086  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10081 }
10082 }
10083 static IColourImpl* instance() {
10084 static PosixColourImpl s_instance;
10085 return &s_instance;
10086 }
10087
10088 private:
10089 void setColour( const char* _escapeCode ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected