Operator name Syntax
The noexcept operator performs a compile-time check that returns true if an expression is declared to not throw any exceptions. It
A copy constructor of class T is a non-template constructor whose first parameter is T&, const T&, volatile T&
Executes init-statement once, then executes statement and iteration_expression repeatedly
For an unqualified name, that is a name that does not appear to the right of a scope resolution operator ::, name lookup examines the
Establishes an exception handler around the body of a function. Syntax The function-try-block is one of
Queries the number of elements in a parameter pack
Converts between types using a combination of implicit and user-defined conversions. Syntax
A template is a C++ entity that defines one of the following: a family of classes (
Shows given message and renders program ill-formed. Syntax
Page 1 of 17