C++ keywords: default
From cppreference.com
                    
                                        
                    
                    
                                                            
                    [edit] Usage
-   switchstatement: 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)