C++0x Features (C++Builder 2009) Index
From RAD Studio
Go Up to C++ Specifics Index
C++Builder 2009 implements a number of the new features proposed in the C++0x standard. This section lists and describes these C++0x features. You can view the Working Paper draft that was used to guide the implementation of these features at Draft Working Paper. You can view a summary of the working group papers at Summary of Working Group Papers.
Topics
- alignof Operator (C++0x)
- Explicit Conversion Operators (C++0x)
- extern Templates (C++0x)
- Forward Declaration of Enums (C++0x)
- Attributes noreturn and final (C++0x)
- rvalue References (C++0x)
- Static Assertions (C++0x)
- Strongly Typed Enums (C++0x)
- Type Specifier decltype (C++0x)
- Type Trait Functions (C++0x)
- Unicode Character Types and Literals (C++0x)