<istream> Members

Reference

Typedefs

iostream

A type basic_iostream specialized on char.

istream

A type basic_istream specialized on char.

wiostream

A type basic_iostream specialized on wchar.

wistream

A type basic_istream specialized on wchar.

Manipulators

ws

Skips white space in the stream.

Operators

operator>>

Extracts characters and strings from the stream.

Classes

basic_iostream

A stream class that can do both input and output.

basic_istream

The template class describes an object that controls extraction of elements and encoded objects from a stream buffer with elements of type Elem, also known as char_type, whose character traits are determined by the class Tr, also known as traits_type.

See Also

Reference

<istream>

Thread Safety in the Standard C++ Library

iostream Programming

iostreams Conventions