Category:C++0x Attributes
Go Up to C++0x Features Index
The C++0x 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: Appmethod C++ does not support Object Pascal RTTI attributes.
Pages in category "C++0x Attributes"
The following 3 pages are in this category, out of 3 total.