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

Class c8

doc/path_table.cpp:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 } o7;
93
94 struct c8 : public column_base
95 {
96 string heading() const { return string("<code>filename()</code>"); }
97 string cell_value( const path & p ) const { return p.filename().string(); }
98 } o8;
99
100 const column_base * column[] = { &o2, &o0, &o1, &o3, &o4, &o5, &o6, &o7, &o8 };
101

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected