basic_ostringstream Class
描述物件來控制插入項目和已編碼的物件類別的資料流緩衝區 basic_stringbuf<Elem, Tr, Alloc>。
template <
class Elem,
class Tr = char_traits<Elem>,
class Alloc = allocator<Elem>
>
class basic_ostringstream : public basic_ostream<Elem, Tr>
參數
Alloc
配置器類別。Elem
字串的基本項目的型別。Tr
字串的基本項目上進行特製化字元特性。
備註
類別描述物件來控制插入項目和已編碼的物件到資料流的緩衝區,型別的項目與 Elem,其字元特性由類別 Tr,其中的項目由配置器類別的配置和Alloc。 物件會儲存物件的類別 basic_stringbuf <Elem, Tr, Alloc>。
建構函式
建構型別的物件basic_ostringstream。 |
Typedef
型別就是樣板參數的Alloc。 |
成員函式
傳回型別的預存的資料流緩衝區的位址pointer到 basic_stringbuf<Elem, Tr, Alloc>。 |
|
設定或取得字串緩衝區中的文字,而不會變更寫入位置。 |
需求
標頭: <sstream>
Namespace: 標準