Category:C++11 Attributes

From RAD Studio
Jump to: navigation, search

Go Up to C++11 Features in the Classic Compiler


The Modern C++ standard includes the addition of attributes that might be applied to the declaration of a class, a general function, a constructor, an array, and so forth. Such attributes are set off in the code by double brackets, such as [[noreturn]].

Note: C++Builder does not support Delphi RTTI attributes.

Pages in category "C++11 Attributes"

The following 3 pages are in this category, out of 3 total.