Return the operator's written spelling ("+", "[]", "new", ...).
Declared in <mrdocs/Metadata/Specifiers/OperatorKind.hpp>
std::string_view
toString(OperatorKind kind) noexcept;
Customized (routes to getOperatorName) rather than using the generic described-enum name, so the overloadedOperator field carries the source symbol.
The operator spelling, empty for OperatorKind::None.
| Name | Description |
|---|---|
| kind | The operator kind. |