cppforever.com

Operators

An operator is a built-in language element that performs an action on one or more operands and produces a value.

Example:

3 + 4 → operator + applied to operands 3 and 4, resulting in value 7.