basic_ostringstream 類別
描述物件項目的控制項插入並輸入物件的類別 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>
命名空間: std