basic_ios::init

Called by basic_ios constructors.

void init(
    basic_streambuf<Elem,Traits> *_Sb,
    bool _Isstd = false
);

Parameters

  • _Sb
    Standard buffer to store input or output elements.

  • _Isstd
    Specifies whether this is a standard stream.

Remarks

The member function stores values in all member objects, so that:

Requirements

Header: <ios>

Namespace: std

See Also

Reference

basic_ios Class

iostream Programming

iostreams Conventions

Other Resources

basic_ios Members