C++ keywords: default
From cppreference.com
Usage
-
switch
statement: as the declaration of the default case label - explicitly-defaulted function definition: as an explicit instruction to the compiler to generate special member function for a class. (since C++11)