Which operator can only be overloaded as a class member function

Question | May 1, 2016 | hkumar 

C++ operators can be overloaded as a class member or non-member functions. Which one among the following C++ operators can only be overloaded as a class member function?