This topic has not yet been rated - Rate this topic

basic_ios::basic_ios 

Constructs the basic_ios class.


explicit basic_ios(
   basic_streambuf<_Elem,
      _Traits> *_Sb
);

Parameters

_Sb

Standard buffer to store input or output elements.

The first constructor initializes its member objects by calling init(_Sb). The second (protected) constructor leaves its member objects uninitialized. A later call to init must initialize the object before it can be safely destroyed.

Header: <ios>

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.