std::setfill (3) Linux Manual Page
std::setfill – std::setfill Synopsis Defined in header <iomanip> template< class CharT > /*unspecified*/ setfill( CharT c ); When used in an expression out << setfill(c) sets the fill character of the stream out to c. Parameters c – new value for the fill character Return value Returns an object of unspecified type such that if…
