ios_base& fixed(ios_base& str);
The manipulator effectively calls str.setf(ios_base:: fixed, ios_base:: floatfield), then returns str.
str.
setf
(ios_base::
fixed
, ios_base::
floatfield
)
str