16 Library introduction [library]

16.3 Definitions [definitions]

16.3.14[defns.iostream.templates]iostream class templates

templates, defined in [input.output], that take two template arguments
Note
:
The arguments are named charT and traits.
The argument charT is a character container class, and the argument traits is a class which defines additional characteristics and functions of the character type represented by charT necessary to implement the iostream class templates.
— end note
 ]