Other than shifting bits to the left, what is the << operator used for ?
comparing floating point numbers as less-than.
inserting characters into an output stream like std::cout.
assigning a variable to a reference.
shifting characters to the left in a string.