I write a list of C/C++ operators of the following form : \texttt{operator+=}, \texttt{operator-=}, \texttt{operator*=}...
The problem is that \texttt{operator\^=}, \texttt{operator>>=}, \texttt{operator<<=} are interpreted by latex and are not rendered as the other ones.
How to solve this problem ?