Transfers control to one of the several statements, depending on the value of a condition. Syntax
Executes a statement repeatedly, until the value of condition becomes false. The test takes place before
Safely converts pointers and references to classes up, down, and sideways along the inheritance hierarchy. Syntax
Establishes an exception handler around the body of a function. Syntax The function-try-block is one of
A class template defines a family of classes. Syntax
A copy constructor of class T is a non-template constructor whose first parameter is T&, const T&, volatile T&
Defines an abstract type which cannot be instantiated, but can be used as a base class. Syntax pure
A constructor that is not declared with the specifier explicit
Operator name Syntax
Allows the size of an empty base subobject to be zero. Explanation The size of any
Page 1 of 17