Skip to content

C++:AttributeSpecifierSequence

Standard attributes

Only the following attributes are defined by the C++ standard.

  • [[noreturn]]: Indicates that the function does not return.

Favorite site