C++ using

1、使用命名空间

using namespace std;

 

2、使用别名

using Uisystems = std::vector<UiSystemService*>;

类似于typedef

typedef std::string TString;

posted @ 2020-12-23 22:33  朱小勇  阅读(186)  评论(0编辑  收藏  举报