| Term | Definition |
| boolalpha | Alphanumerical bool values (manipulator function) |
| dec | Use decimal base (manipulator function) |
| endl | Insert newline and flush (manipulator function) |
| ends | Insert null character (manipulator function) |
| fixed | Use fixed-point notation (manipulator function) |
| flush | Flush stream buffer (manipulator function) |
| hex | Use hexadecimal base (manipulator function) |
| internal | Adjust field by inserting characters at an internal position (manipulator function) |
| left | Adjust output to the left (manipulator function) |
| noboolalpha | No alphanumerical bool values (manipulator function) |
| noshowbase | Do not show numerical base prefixes (manipulator function) |
| noshowpoint | Do not show decimal point (manipulator function) |
| noshowpos | Do not show positive signs (manipulator function) |
| noskipws | Do not skip whitespaces (manipulator function) |
| nounitbuf | Do not force flushes after insertions (manipulator function) |
| nouppercase | Do not generate upper case letters (manipulator function) |
| oct | Use octal base (manipulator function) |
| resetiosflags | Reset format flags (manipulator function) |
| right | Adjust output to the right (manipulator function) |
| scientific | Use scientific notation (manipulator function) |
| setbase | Set basefield flag (manipulator function) |
| setfill | Set fill character (manipulator function) |
| setiosflags | Set format flags (manipulator function) |
| setprecision | Set decimal precision (manipulator function) |
| setw | Set field width (manipulator function) |
| showbase | Show numerical base prefixes (manipulator function) |
| showpoint | Show decimal point (manipulator function) |
| showpos | Show positive signs (manipulator function) |
| skipws | Skip whitespaces (manipulator function) |
| unitbuf | Flush buffer after insertions (manipulator function) |
| uppercase | Generate upper-case letters (manipulator function) |
| ws | Extract whitespaces (manipulator function) |