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

Class c4

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

Source from the content-addressed store, hash-verified

68 } o3;
69
70 struct c4 : public column_base
71 {
72 string heading() const { return string("<code>root_<br>name()</code>"); }
73 string cell_value( const path & p ) const { return p.root_name().string(); }
74 } o4;
75
76 struct c5 : public column_base
77 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected