标签:不同 失效 转换 复制构造 自带 错误 链接 其他 exp
Base(int a, int b) :age(a), name(b) {};
Base one(...,...,...)
Base one=new Base(...,...,...)
Base(){};
Base one
Base(int a){};
Base one = 1
Base(int a,int b){};
Base one = {1,2};
???不是很能理解为什么可以这么写???explicit Base(int a){};
标签:不同 失效 转换 复制构造 自带 错误 链接 其他 exp
原文地址:https://www.cnblogs.com/jhy16193335/p/9162134.html