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

Method heading

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

stringFunction · 0.50

Tested by

no test coverage detected