Annex A (informative) Grammar summary [gram]

A.10 Overloading [gram.over]

operator: one of
new      delete   new[]    delete[] co_await ()        []        ->       ->*
~        !        +        -        *        /        %        ^        &
|        =        +=       -=       *=       /=       %=       ^=       &=
|=       ==       !=       <        >        <=       >=       <=>      &&
||       <<       >>       <<=      >>=      ++       --       ,