다음을 통해 공유


<streambuf>

Include the iostreams standard header <streambuf> to define the template class basic_streambuf, which is basic to the operation of the iostreams classes. This header is typically included for you by another of the iostreams headers; you rarely need to include it directly.

#include <streambuf>

형식 정의

streambuf

A specialization of basic_streambuf that uses char as the template parameters.

wstreambuf

A specialization of basic_streambuf that uses wchar_t as the template parameters.

클래스

basic_streambuf Class

The template class describes an abstract base class for deriving a stream buffer, which controls the transmission of elements to and from a specific representation of a stream.

참고 항목

참조

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

iostream 프로그래밍

iostreams 규칙

기타 리소스

<streambuf> 멤버

C++ 표준 라이브러리 헤더 파일