29
Input/output library
[input.output]
29.5
Iostreams base classes
[iostreams.base]
29.5.5
Class template
basic_ios
[ios]
29.5.5.3
Member functions
[basic.ios.members]
Table 123:
basic_ios
::
copyfmt
(
)
effects
[tab:basic.ios.copyfmt]
🔗
Element
Value
🔗
rdbuf
(
)
unchanged
🔗
tie
(
)
rhs
.
tie
(
)
🔗
rdstate
(
)
unchanged
🔗
exceptions
(
)
rhs
.
exceptions
(
)
🔗
flags
(
)
rhs
.
flags
(
)
🔗
width
(
)
rhs
.
width
(
)
🔗
precision
(
)
rhs
.
precision
(
)
🔗
fill
(
)
rhs
.
fill
(
)
🔗
getloc
(
)
rhs
.
getloc
(
)