Implementation defined behavior is controlled by #pragma directive. Syntax
Syntax ' c-char ' (1)
A template parameter pack is a template parameter that accepts zero or more template arguments (non-types, types, or templates). A function parameter pack is a function parameter
Performs compile-time assertion checking. Syntax
Transfers control unconditionally. Used when it is otherwise impossible to transfer control to the desired location using other statements.
Inside the definition of a template (both
(See also type for type system overview and
Executes a for loop over a range. Used as a more readable equivalent to the traditional
Associates one or more exception handlers (catch-clauses) with a compound statement. Syntax
Destructs object(s) previously allocated by the new expression
Page 6 of 17