What is the scope of a namespace alias in C++?

Viewed 5068

Does a C++ namespace alias defined inside a function definition have a block, function, file, or other scope (duration of validity)?

7 Answers
Related