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

Class c1

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

Source from the content-addressed store, hash-verified

40} o0;
41
42struct c1 : public column_base
43{
44 string heading() const { return string("<code>generic_<br>string()</code>"); }
45 string cell_value(const path& p) const { return p.generic_string(); }
46} o1;
47
48struct c2 : public column_base
49{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected