다음을 통해 공유


ostream_iterator::ostream_type

A type that provides for the stream type of the iterator.

typedef basic_ostream<CharType, Traits> ostream_type;

설명

The type is a synonym for basic_ostream<CharType, Traits>, a stream class of the iostream hierarchy that defines objects that can be used for writing.

예제

See ostream_iterator for an example of how to declare and use ostream_type.

요구 사항

헤더: <iterator>

네임스페이스: std

참고 항목

참조

ostream_iterator 클래스

표준 템플릿 라이브러리