MCPcopy Create free account
hub / github.com/boostorg/filesystem / say_what

Function say_what

example/path_info.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14using namespace boost::filesystem;
15
16const char* say_what(bool b)
17{
18 return b ? "true" : "false";
19}
20
21int main(int argc, char* argv[])
22{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected