template<class E>
T4 setfill(E fillch);
The template manipulator returns an object that, when extracted from or inserted into the stream str
, calls
str.
fill
(fillch)
, then returns str
. The type E
must be the same as the element type for the stream str
.