다음을 통해 공유


ostringstream

Creates a type basic_ostringstream specialized on a char template parameter.

typedef basic_ostringstream<char> ostringstream;

설명

The type is a synonym for template class basic_ostringstream, specialized for elements of type char*.*

요구 사항

Header: <sstream>

네임스페이스: std

참고 항목

참조

iostream 프로그래밍

iostreams 규칙