⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 std__basic_ostringstream.3

📁 Free C++ Standard Library
💻 3
字号:
.TH std::basic_ostringstream 3 "13 Sep 1999" "FREE_C++_STANDARD_LIBRARY" \" -*- nroff -*-.ad l.nh.SH NAMEstd::basic_ostringstream \- .SH SYNOPSIS.br.PPInherits \fBstd::basic_ostream<charT,traits>\fR..PP.SS Public Members.in +1c.ti -1c.RI "typedef charT \fBchar_type\fR".br.ti -1c.RI "typedef traits::int_type \fBint_type\fR".br.ti -1c.RI "typedef traits::pos_type \fBpos_type\fR".br.ti -1c.RI "typedef traits::off_type \fBoff_type\fR".br.ti -1c.RI "explicit \fBbasic_ostringstream\fR (ios_base::openmode which = ios_base::out)".br.ti -1c.RI "explicit \fBbasic_ostringstream\fR (const basic_string<charT,traits,Allocator>& str, ios_base::openmode which = ios_base::out)".br.ti -1c.RI "virtual \fB~basic_ostringstream\fR ()".br.ti -1c.RI "basic_stringbuf<charT,traits,Allocator>* \fBrdbuf\fR () const".br.ti -1c.RI "basic_string<charT,traits,Allocator> \fBstr\fR () const".br.ti -1c.RI "void \fBstr\fR (const basic_string<charT,traits,Allocator>& s)".br.in -1c.SH MEMBER TYPEDEF DOCUMENTATION.PP .SS template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT>> typedef charT std::basic_ostringstream<charT, traits, Allocator>::char_type.PP.SS template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT>> typedef traits::int_type std::basic_ostringstream<charT, traits, Allocator>::int_type.PP.SS template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT>> typedef traits::pos_type std::basic_ostringstream<charT, traits, Allocator>::pos_type.PP.SS template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT>> typedef traits::off_type std::basic_ostringstream<charT, traits, Allocator>::off_type.PP.SH MEMBER FUNCTION DOCUMENTATION.PP .SS template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT>> explicit std::basic_ostringstream<charT, traits, Allocator>::basic_ostringstream<charT, traits, Allocator> (ios_base::openmode which = ios_base::out).PP.SS template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT>> explicit std::basic_ostringstream<charT, traits, Allocator>::basic_ostringstream<charT, traits, Allocator> (const basic_string<charT,traits,Allocator>& str, ios_base::openmode which = ios_base::out).PP.SS template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT>> virtual std::basic_ostringstream<charT, traits, Allocator>::~basic_ostringstream<charT, traits, Allocator> ()\fC [virtual]\fR.PP.SS template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT>> basic_stringbuf<charT,traits,Allocator>* std::basic_ostringstream<charT, traits, Allocator>::rdbuf () const.PP.SS template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT>> basic_string<charT,traits,Allocator> std::basic_ostringstream<charT, traits, Allocator>::str () const.PP.SS template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT>> void std::basic_ostringstream<charT, traits, Allocator>::str (const basic_string<charT,traits,Allocator>& s).PP.SH AUTHOR.PP Generated automatically by Doxygen for FREE_C++_STANDARD_LIBRARY from the source code.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -