Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ printCap
Function
printCap
examples/HardwareInfo/main.cpp:114–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
void printCap(std::ostream& o, const Nz::String& cap, bool b)
115
{
116
if (b)
117
o << cap <<
": Oui"
<< std::endl;
118
else
119
o << cap <<
": Non"
<< std::endl;
120
}
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected