mrdocs::OperatorKind
Operator kinds
Synopsis
Declared in <mrdocs/Metadata/Specifiers/OperatorKind.hpp>
enum class OperatorKind : int;
Members
Name |
Description |
|
No operator |
|
The |
|
The |
|
The |
|
The |
|
The + Operator |
|
The ‐ Operator |
|
The * Operator |
|
The / Operator |
|
The % Operator |
|
The ˆ Operator |
|
The & Operator |
|
The | Operator |
|
The ~ Operator |
|
The ! Operator |
|
The += Operator |
|
The ‐= Operator |
|
The *= Operator |
|
The /= Operator |
|
The %= Operator |
|
The ˆ= Operator |
|
The &= Operator |
|
The |= Operator |
|
The << Operator |
|
The >> Operator |
|
The <<= Operator |
|
The >>= Operator |
|
The ! Operator |
|
The == Operator |
|
The != Operator |
|
The < Operator |
|
The <= Operator |
|
The > Operator |
|
The >= Operator |
|
The <=> Operator |
|
The && Operator |
|
The || Operator |
|
The ++ Operator |
|
The ‐‐ Operator |
|
The , Operator |
|
The ‐>* Operator |
|
The ‐> Operator |
|
The () Operator |
|
The []Operator |
|
The |
|
The |
Non-Member Functions
Name |
Description |
Return the short name of an operator as a string. |
|
Return the short name of an operator as a string. |
|
Return the name of an operator as a string. |
|
Return the human‐readable name of the operator |
|
Return the safe name of an operator as a string. |
|
Return the short name of an operator as a string. |
|
Determines whether the operator is potentially binary. |
|
Determines whether the operator is potentially unary. |
Created with MrDocs