15.15.1 Constructors

oeostdstream()
oeostdstream(std::ostream *osptr, bool del)

Creates a new oeostdstream. Passing the osptr and del parameters is equivalent to using the default constructor and then calling set(osptr, del) on the newly created stream.