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

Class c6

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

Source from the content-addressed store, hash-verified

80 } o5;
81
82 struct c6 : public column_base
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
88 struct c7 : public column_base
89 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected