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:15–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
using namespace boost::filesystem;
14
15
const char * say_what(bool b) { return b ?
"true"
:
"false"
; }
16
17
int main(int argc, char* argv[])
18
{
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected