C++ keywords: default
From Cppreference
| C++ Standard Library | ||||
|---|---|---|---|---|
| C++ language | ||||
| C++ keywords | ||||
[edit] Usage
- switch statement: as the declaration of the default case label
-
as an explicit instruction to the compiler to generate default constructor, copy constructor or assignment operator for a class.This section is incomplete