Captures a noexcept specification and its evaluated form.
Declared in <mrdocs/Metadata/Specifiers/NoexceptInfo.hpp>
struct NoexceptInfo;
| Name | Description |
|---|---|
operator<=> | Compare noexcept-specifier info. |
| Name | Description |
|---|---|
Implicit | Whether a noexcept-specifier was user-written. |
Kind | The evaluated exception specification. |
Operand | The operand of the noexcept-specifier, if any. |
| Name | Description |
|---|---|
toString | Convert NoexceptInfo to a string. |