Cpp Standard Library 简明教程
C++ Library - <streambuf>
Introduction
这是一个流缓冲区,它与输入/输出流结合使用。
It is a stream buffer and it is to be used in combination with input/output streams.
Class templates
Sr.No. |
Class & Definition |
1 |
basic_streambufIt is a basic stream buffer |
2 |
wstreambufIt is used in base buffer class in stream |