MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / writeToDebugConsole

Function writeToDebugConsole

unittests/catch.hpp:7072–7074  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7070
7071 namespace Catch {
7072 void writeToDebugConsole( std::string const& text ) {
7073 ::OutputDebugStringA( text.c_str() );
7074 }
7075 }
7076
7077#else

Callers 1

operator()Method · 0.85

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected