Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/filesystem
/ heading
Method
heading
doc/path_table.cpp:45–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
struct c1 : public column_base
44
{
45
string heading() const { return string(
"<code>generic_<br>string()</code>"
); }
46
string cell_value( const path & p ) const { return p.generic_string(); }
47
} o1;
48
Callers
nothing calls this directly
Calls
1
string
Function · 0.50
Tested by
no test coverage detected