mrdocs::getShortOperatorName
Return the short name of an operator as a string.
Synopsis
std::string_view
getShortOperatorName(OperatorKind kind) noexcept;
Parameters
Name |
Description |
kind |
Operator kinds |
Created with MrDocs
Return the short name of an operator as a string.
std::string_view
getShortOperatorName(OperatorKind kind) noexcept;
Name |
Description |
kind |
Operator kinds |
Created with MrDocs