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

Class c7

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

Source from the content-addressed store, hash-verified

86} o6;
87
88struct 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
94struct c8 : public column_base
95{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected