empty 函数功能判断SVector是否为空。 函数原型bool empty() const noexcept 返回值说明 类型 输入/输出 说明 bool 输出 返回“true”时SVector为空。返回“false”则SVector非空。 父主题: SVector