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

Class c0

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

Source from the content-addressed store, hash-verified

34};
35
36struct c0 : public column_base
37{
38 string heading() const { return string("<code>string()</code>"); }
39 string cell_value(const path& p) const { return p.string(); }
40} o0;
41
42struct c1 : public column_base
43{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected