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