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