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

Method instance

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

Source from the content-addressed store, hash-verified

9965 void use( Colour::Code ) {}
9966
9967 static IColourImpl* instance() {
9968 static NoColourImpl s_instance;
9969 return &s_instance;
9970 }
9971 };
9972
9973 } // anon namespace

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected