mrdocs::NoexceptKind

Exception specification kinds

Synopsis

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

enum class NoexceptKind : int;

Members

Name

Description

False

Potentially‐throwing exception specification

True

Non‐throwing exception specification

Dependent

Dependent exception specification

Created with MrDocs