mrdocs::getShortOperatorName

Return the short name of an operator as a string.

Synopsis

std::string_view
getShortOperatorName(OperatorKind kind) noexcept;

Return Value

the short name of an operator as a string.

Parameters

Name

Description

kind

Operator kinds

Created with MrDocs