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