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