clang::mrdocs::isUnaryOperator

Determines whether the operator is potentially unary.

Synopsis

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


Return Value

whether the operator is potentially unary.

Parameters

Name Description
kind Operator kinds

Created with MrDocs