explicit basic_ios(basic_streambuf<charT, traits>* sb);
basic_ios();
~basic_ios();
void init(basic_streambuf<charT, traits>* sb);
| Element | Value | |
| rdbuf() | sb | |
| tie() | 0 | |
| rdstate() | ||
| exceptions() | goodbit | |
| flags() | skipws | dec | |
| width() | 0 | |
| precision() | 6 | |
| fill() | widen(' ') | |
| getloc() | a copy of the value returned by locale() | |
| iarray | a null pointer | |
| parray | a null pointer |