basic_stringbuf::allocator_type 显示另外 15 个 描述对Elem类型的元素(其字符特征由类Tr确定)与数组对象中存储的元素序列之间的来回传输进行控制的流缓冲区。 语法 C++ template<classElem,classTr=char_traits<Elem>,classAlloc=allocator<Elem>>classbasic_stringbu
4%29移动-构造一个std::basic_stringbuf通过将所有状态从另一个状态移出来创建std::basic_stringbuf对象rhs,包括关联的字符串、打开模式、区域设置和所有其他状态。在移动之后,std::basic_streambuf在*this中的相应指针-rhs除非是零。 参数 new_str -
basic_stringbuf( ios_base::openmode _Mode = ios_base::in | ios_base::out ); basic_stringbuf( const basic_string<Elem, Tr, Alloc>& _Str, ios_base::openmode _Mode = ios_base::in | ios_base::out ); 参数 _Mode 一个ios_base::openmode的枚举。 _Str basic_string类型对象。 备注...
basic_stringbuf::seekoff basic_stringbuf::seekpos basic_stringbuf::str basic_stringbuf::underflow Learn Previous Versions Visual Studio basic_stringbuf Class basic_stringbuf Member Functions Visual Studio basic_stringbuf Class basic_stringbuf Member Functions ...
std::basic_stringbuf 是关联字符序列为内存常驻的任意字符序列的 std::basic_streambuf 。能从 std::basic_string 的实例初始化它,或将它做成该类的实例。 std::basic_stringbuf 的典型实现保有一个 std::basic_string 类型对象,或等价的可伸缩序列容器作为数据成员,并将它同时用作受控制字符序列(为 std::...
basic_stringbuf::seekoff basic_stringbuf::seekpos basic_stringbuf::str basic_stringbuf::underflow 閱讀英文加 列印 TwitterLinkedInFacebook電子郵件 發行項 2008/01/04 本文內容 Parameters Return Value Remarks Requirements See Also The protected virtual member function tries to alter the current positions ...
basic_stringbuf::basic_stringbuf basic_stringbuf::char_type basic_stringbuf::int_type basic_stringbuf::off_type basic_stringbuf::overflow basic_stringbuf::pbackfail basic_stringbuf::pos_type basic_stringbuf::seekoff basic_stringbuf::seekpos basic_stringbuf::str basic_stringbuf::traits_type ...
: public std::basic_streambuf<CharT, Traits>std::basic_stringbuf is a std::basic_streambuf whose associated character sequence is a memory-resident sequence of arbitrary characters, which can be initialized from or made available as an instance of std::basic_string. ...
: public std::basic_streambuf<CharT, Traits>std::basic_stringbuf is a std::basic_streambuf whose associated character sequence is a memory-resident sequence of arbitrary characters, which can be initialized from or made available as an instance of std::basic_string. ...
> class basic_stringbuf : public std::basic_streambuf<CharT, Traits> std::basic_stringbuf 是关联字符序列为内存常驻的任意字符序列的 std::basic_streambuf 。能从 std::basic_string 的实例初始化它,或将它做成该类的实例。 std::basic_stringbuf 的典型实现保有一个 std::basic_string 类型对象,或...