ios_base& internal(ios_base& str);
Effects: Calls str.setf(ios_base::internal, ios_base::adjustfield).
Returns: str.
ios_base& left(ios_base& str);
Effects: Calls str.setf(ios_base::left, ios_base::adjustfield).
Returns: str.
ios_base& right(ios_base& str);
Effects: Calls str.setf(ios_base::right, ios_base::adjustfield).
Returns: str.