다음을 통해 공유


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

참고 항목

참조

iostream 프로그래밍

iostreams 규칙