company logo

Value :: operator! - Negation operator for logical values

The operation converts the operand into bool , when required, and returns true , when the result is not true and false otherwise.

Return value:  Success ( bool  )

The value is true when the function was executed successfully. Otherwise the value is set to false .

Implementation details

bool Value  :: operator! (  )