C++ keywords: mutable
From cppreference.com
                    
                                        
                    
                    
                                                            
                    [edit] Usage
-   mutabletype specifier
-   lambda-declarator  that removes constqualification from parameters captured by copy (since C++11)


