<iomanip>
iostream manipulators with parameters
iostream library
  cplusplus.com  

Manipulators

resetiosflagsReset format flags.
setiosflagsSet format flags.
setbaseSet value for basefield.
setfillSet fill character.
setprecisionSet decimal precision.
setwSet field width.

Description

  This include file defines a set of manipulators that can affect to both input and output streams of the iostream hierarchy hierarchy of classes.
  All these manipulators accept at least one parameter and mostly modify formatting information.
  In order to be able to use these manipulators you have to explicitly include this file in your code.


© The C++ Resources Network, 2001