mrdocs::getSafeOperatorName
Return the safe name of an operator as a string.
Synopsis
std::string_view
getSafeOperatorName(
OperatorKind kind,
bool include_keyword = false) noexcept;
Parameters
Name |
Description |
kind |
The kind of operator. |
include_keyword |
Whether the name should be prefixed with |
Created with MrDocs