Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ printCommandLineHelp
Method
printCommandLineHelp
tutorials/common/tutorial/application.cpp:181–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
179
}
180
181
void CommandLineParser::printCommandLineHelp()
182
{
183
for (auto& c : commandLineOptionList) {
184
std::cout << c->description << std::endl;
185
}
186
}
187
}
Callers
1
TutorialBenchmark
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected