English 中文(简体)
C++ Library - <streambuf>
  • 时间:2024-09-08

C++ Library - <streambuf>


Previous Page Next Page  

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