新微赢技术网

标题: 有关Vector的问题? [打印本页]

作者: ══════    时间: 2009-11-3 03:32
标题: 有关Vector的问题?
vector<T> a=b;
调用上述赋值运算符时,T类型本身是否需要有赋值语义?
作者: 无敌美少女    时间: 2009-11-3 03:32
对不起,应当是拷贝构造函数。
作者: 賤xs騷    时间: 2009-11-3 03:32
vector<T> a=b;调用拷贝构造函数
vector<T> a;a=b;调用复值运算函数




欢迎光临 新微赢技术网 (http://bbs.weiying.cn/) Powered by Discuz! X3.2