mrdocs::isUnaryOperator
Determines whether the operator is potentially unary.
Synopsis
bool
isUnaryOperator(OperatorKind kind) noexcept;
Parameters
Name |
Description |
kind |
Operator kinds |
Created with MrDocs
Determines whether the operator is potentially unary.
bool
isUnaryOperator(OperatorKind kind) noexcept;
Name |
Description |
kind |
Operator kinds |
Created with MrDocs