API定义
AscendIndex(const AscendIndex&) = delete;
功能描述
声明AscendIndex拷贝构造函数为空,即AscendIndex为不可拷贝类型。
输入
const AscendIndex&:常量AscendIndex。
输出
无
返回值
约束说明