RAD Studio
ContentsIndex
PreviousUpNext
using (declaration)

Category 

C++-Specific Keywords 

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; 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!