15.6.1 Constructors

oeistdstream()
oeistdstream(std::istream *isptr, bool del)

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