Name

setw function — Sets field width

Synopsis

                  manip_t 
                  setw(int n)

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).