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