命名空间的定义 每个命名空间是一个作用域 命名空间可以是不连续的 接口和现实的分离 嵌套命名空间命名空间成员的使用 using std::vector; using primer = cplusplus_primer; using namespace std;