I know the names of most of the operators but not sure what operator<<
and operator>>
are called.
i.e.
operator=() // the assignment operator
operator==() // the equality of comparison operator
operator++() // the increment operator
operator--() // decrement operator etc.
operator<() // the less-than operator
and so forth...
See Question&Answers more detail:os