For an operation of the form +x, unary operator overload resolution (14.2.3) is applied to select a specific operator implementation. The operand is converted to the parameter type of the selected operator, and the type of the result is the return type of the operator. The predefined unary plus operators are:
For each of these operators, the result is simply the value of the operand.