clang::mrdocs::getShortOperatorName

Return the short name of an operator as a string.

Synopsis

Declared in <mrdocs/Metadata/Info/Function.hpp>

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