MCPcopy Create free account
hub / github.com/HelenOS/helenos / width

Method width

uspace/lib/cpp/src/ios.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 streamsize ios_base::width() const
99 {
100 return width_;
101 }
102
103 streamsize ios_base::width(streamsize wide)
104 {

Callers 5

operator()Method · 0.80
put_adjusted_buffer_Method · 0.80
ostream.hppFile · 0.80
istream.hppFile · 0.80
string_io.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected