Return the short name of an operator as a string.
Synopsis
Declared in <mrdocs/Metadata/Specifiers/OperatorKind.hpp>
OperatorKind
getOperatorKindFromSuffix(std::string_view suffix) noexcept;
Return Value
The OperatorKind, or OperatorKind::None if not recognized.
Parameters
Name |
Description |
suffix |
The operator suffix, e.g. |
Created with MrDocs