다음을 통해 공유


streambuf

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

typedef basic_streambuf<char, char_traits<char> > streambuf;

설명

The type is a synonym for the template class basic_streambuf, specialized for elements of type char with default character traits.

요구 사항

Header: <streambuf>

네임스페이스: std

참고 항목

참조

iostream 프로그래밍

iostreams 규칙