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