Shows given message and renders program ill-formed. Syntax
This is the initialization performed when a variable is constructed with no initializer. Syntax
Declarations introduce (or re-introduce) names into the C++ program. Each kind of entity is declared differently.
Transfers control to one of the several statements, depending on the value of a condition. Syntax
Order of evaluation of the operands of almost all C++ operators (including the order of evaluation of function arguments in a function-call expression and the order of evaluation
The noexcept operator performs a compile-time check that returns true if an expression is declared to not throw any exceptions. It
A class template defines a family of classes. Syntax
A template is a C++ entity that defines one of the following: a family of classes (
Establishes an exception handler around the body of a function. Syntax The function-try-block is one of
For an unqualified name, that is a name that does not appear to the right of a scope resolution operator ::, name lookup examines the
Page 1 of 17