mrdocs::NoexceptInfo

Captures a noexcept specification and its evaluated form.

Synopsis

Declared in <mrdocs/Metadata/Specifiers/NoexceptInfo.hpp>

struct NoexceptInfo;

Member Functions

NameDescription
operator<=> Compare noexcept-specifier info.

Data Members

NameDescription
Implicit Whether a noexcept-specifier was user-written.
Kind The evaluated exception specification.
Operand The operand of the noexcept-specifier, if any.

Non-Member Functions

NameDescription
toStringConvert NoexceptInfo to a string.