MCPcopy Create free account
hub / github.com/dblalock/bolt / writeToDebugConsole

Function writeToDebugConsole

cpp/quantize/catch.hpp:6817–6819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6815 extern "C" __declspec(dllimport) void __stdcall OutputDebugStringA( const char* );
6816 namespace Catch {
6817 void writeToDebugConsole( std::string const& text ) {
6818 ::OutputDebugStringA( text.c_str() );
6819 }
6820 }
6821#else
6822 namespace Catch {

Callers 1

operator()Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected