!=运算符重载,判断两个Svector是否不相同。
bool operator != (const SVector<T> &other) const
参数名
输入/输出
说明
other
输入
判断成员与“other”是否不相同。
类型
bool
输出