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

Method heading

doc/path_table.cpp:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 struct c7 : public column_base
89 {
90 string heading() const { return string("<code>parent_<br>path()</code>"); }
91 string cell_value( const path & p ) const { return p.parent_path().string(); }
92 } o7;
93

Callers

nothing calls this directly

Calls 1

stringFunction · 0.50

Tested by

no test coverage detected