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

Class c3

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

Source from the content-addressed store, hash-verified

62} o2;
63
64struct c3 : public column_base
65{
66 string heading() const { return string("<code>root_<br>path()</code>"); }
67 string cell_value(const path& p) const { return p.root_path().string(); }
68} o3;
69
70struct c4 : public column_base
71{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected