Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/filesystem
/ cell_value
Method
cell_value
doc/path_table.cpp:97–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
{
96
string heading() const { return string(
"<code>filename()</code>"
); }
97
string cell_value(const path& p) const { return p.filename().string(); }
98
} o8;
99
100
const column_base* column[] = { &o2, &o0, &o1, &o3, &o4, &o5, &o6, &o7, &o8 };
Callers
nothing calls this directly
Calls
2
string
Method · 0.80
filename
Method · 0.80
Tested by
no test coverage detected