다음을 통해 공유


<istream>

Defines the template class basic_istream, which mediates extractions for the iostreams, and the template class basic_iostream, which mediates both insertions and extractions. The header also defines a related manipulator. This header file is typically included for you by another iostreams header; you rarely have to include it directly.

#include <istream>

형식 정의

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.

스왑

Exchanges two stream objects.

연산자

함수입니다.>>

Extracts characters and strings from the stream.

클래스

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.

참고 항목

참조

C++ 표준 라이브러리의 스레드 보안

iostream 프로그래밍

iostreams 규칙

기타 리소스

<istream> 멤버