Exception specification kinds
<mrdocs/Metadata/Specifiers/NoexceptKind.hpp>
enum class NoexceptKind : int;
| Name | Description |
|---|---|
False | Potentially-throwing exception specification |
True | Non-throwing exception specification |
Dependent | Dependent exception specification |