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

Function say_what

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

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected