Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/TriangleMeshDistance
/ writeToDebugConsole
Function
writeToDebugConsole
tests/catch.hpp:8184–8186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8182
8183
namespace Catch {
8184
void writeToDebugConsole( std::string const& text ) {
8185
::OutputDebugStringA( text.c_str() );
8186
}
8187
}
8188
8189
#else
Callers
1
operator()
Method · 0.85
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected