Name
setfill function template — Sets pad character
Synopsis
template <typename charT>
manip_t
setfill(charT c)
The setfill
function
template sets the fill character for a stream to c
. In other words, it performs the
equivalent of stream
.fill(c)
.
See Also
ios_base
in <ios>