Files
2025-10-25 03:02:53 +03:00

995 B

[gram.over]

Annex A (informative) Grammar summary [gram]

A.10 Overloading [gram.over]

operator-function-id:
operator operator

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

literal-operator-id:
operator unevaluated-string identifier
operator user-defined-string-literal