[tab:basic.ios.cons] (original) (raw)
31 Input/output library [input.output]
31.5 Iostreams base classes [iostreams.base]
31.5.4 Class template basic_ios [ios]
31.5.4.2 Constructors [basic.ios.cons]
Table 140 — basic_ios::init() effects [tab:basic.ios.cons]
🔗Element | Value |
---|---|
🔗rdbuf() | sb |
🔗tie() | 0 |
🔗rdstate() | goodbit if sb is not a null pointer, otherwise badbit. |
🔗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 |