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
Executes init-statement once, then executes statement and iteration_expression repeatedly
Converts between types using a combination of implicit and user-defined conversions. Syntax
Executes a statement repeatedly, until the value of condition becomes false. The test takes place before
Causes the enclosing for,
Page 3 of 17