aggregate initialization
  • References/C, C++/C++/Language

Initializes an aggregate from braced-init-list. Syntax

2025-01-10 15:47:30
value initialization
  • References/C, C++/C++/Language

This is the initialization performed when a variable is constructed with an empty initializer. Syntax

2025-01-10 15:47:30
const_cast conversion
  • References/C, C++/C++/Language

Converts between types with different cv-qualification. Syntax

2025-01-10 15:47:30
partial template specialization
  • References/C, C++/C++/Language

Allows customizing class templates for a given category of template arguments. Syntax

2025-01-10 15:47:30
Increment/decrement operators
  • References/C, C++/C++/Language

Increment/decrement operators increments or decrements the value of the object. Operator name

2025-01-10 15:47:30
direct initialization
  • References/C, C++/C++/Language

Initializes an object from explicit set of constructor arguments. Syntax

2025-01-10 15:47:30
access specifiers
  • References/C, C++/C++/Language

In a member-specification of a class/struct

2025-01-10 15:47:30
final specifier
  • References/C, C++/C++/Language

Specifies that a virtual function cannot be

2025-01-10 15:47:30
Escape sequences
  • References/C, C++/C++/Language

Escape sequences are used to represent certain special characters within

2025-01-10 15:47:30
Constraints and concepts
  • References/C, C++/C++/Language

This page describes an experimental core language feature. For named type requirements used in the specification of the standard library, see

2025-01-10 15:47:30