C++:AttributeSpecifierSequence
Standard attributes
Only the following attributes are defined by the C++ standard.
-
[[noreturn]]
: Indicates that the function does not return.
Only the following attributes are defined by the C++ standard.
[[noreturn]]
: Indicates that the function does not return.