<运算符重载,判断成员Svector是否小于输入Svector。
bool operator < (const SVector<T> &other) const
参数名
输入/输出
说明
other
输入
判断成员是否小于“other”。
类型
bool
输出