setw function — Sets field width
manip_t setw(int n)
manip_t
The setw function template sets the output field width for a stream to n. In other words, it performs the equivalent of stream .width(n).
setw
n
stream
.width(n)
ios_base in <ios>
ios_base
<ios>