ostream
Creates a type from basic_ostream that is specialized on char and char_traits specialized on char.
typedef basic_ostream<char, char_traits<char> > ostream;
설명
The type is a synonym for template class basic_ostream, specialized for elements of type char with default character traits.
요구 사항
Header: <ostream>
네임스페이스: std