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_streambuf
It is a basic stream buffer |
| 2 |
wstreambuf
It is used in base buffer class in stream |
Advertisements