ostringstream

创建一个类型在 char 模板参数专用 basic_ostringstream

typedef basic_ostringstream<char> ostringstream;

备注

该类型是模板选件类的 basic_ostringstream同义词,专用为类型 char的元素*。*

要求

标头: <sstream>

命名空间: std

请参见

参考

iostream编程

(mfc)约定