Apache C++ Standard Library User's Guide
Chapter 33: Manipulators
33.1 A Recap of Manipulators
33.2 Manipulators without Parameters
33.2.1 Examples of Manipulators without Parameters
33.2.2 A Remark on the Manipulator endl
33.3 Manipulators with Parameters
33.3.1 The Standard Manipulators
33.3.2 The Principle of Manipulators with Parameters
33.3.3 Examples of Manipulators with Parameters