clang::mrdocs::isBinaryOperator

Determines whether the operator is potentially binary.

Synopsis

Declared in <mrdocs/Metadata/Specifiers.hpp>
bool
isBinaryOperator(OperatorKind kind) noexcept;


Return Value

whether the operator is potentially binary.

Parameters

Name Description
kind Operator kinds

Created with MrDocs