Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
using namespace boost::filesystem;
15
16
const char* say_what(bool b)
17
{
18
return b ?
"true"
:
"false"
;
19
}
20
21
int main(int argc, char* argv[])
22
{
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected