1 out of 1 rated this helpful - Rate this topic

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>

Namespace: std

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.