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

Method cell_value

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

Source from the content-addressed store, hash-verified

83{
84 string heading() const { return string("<code>relative_<br>path()</code>"); }
85 string cell_value(const path& p) const { return p.relative_path().string(); }
86} o6;
87
88struct c7 : public column_base

Callers

nothing calls this directly

Calls 2

stringMethod · 0.80
relative_pathMethod · 0.80

Tested by

no test coverage detected