using
Go Up to Keywords, Alphabetical Listing Index
Category
Description
You can access namespace members individually with the using-declaration syntax. When you make a using declaration, you add the declared identifier to the local namespace. The grammar is:
using-declaration: using :: unqualified-identifier;