C++ keywords: using
From cppreference.com
                    
                                        
                    
                    
                                                            
                    [edit] Usage
- using-directives for namespaces and using-declarations for namespace members
- using-declarations for class members
- type alias and alias template declaration (since C++11)


