Files
cppdraft_translate/cppdraft/streambuf/syn.md
2025-10-25 03:02:53 +03:00

18 lines
845 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[streambuf.syn]
# 31 Input/output library [[input.output]](./#input.output)
## 31.6 Stream buffers [[stream.buffers]](stream.buffers#streambuf.syn)
### 31.6.1 Header <streambuf> synopsis [streambuf.syn]
[🔗](#header:%3cstreambuf%3e)
namespace std {// [[streambuf]](streambuf "31.6.3Class template basic_­streambuf"), class template basic_streambuftemplate<class charT, class traits = char_traits<charT>>class basic_streambuf; using streambuf = basic_streambuf<char>; using wstreambuf = basic_streambuf<wchar_t>;}
[1](#1)
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/iostreams.tex#L2884)
The header [<streambuf>](#header:%3cstreambuf%3e "31.6.1Header <streambuf> synopsis[streambuf.syn]") defines types that control input from and output to*character* sequences[.](#1.sentence-1)