operator =

API definition

AscendIndexPreTransform& operator=(const AscendIndexPreTransform&) = delete;

Function

Declares that the assignment constructor of this Index class is void, that is, it cannot be copied.

Input

const AscendIndexPreTransform&: constant AscendIndexPreTransform

Output

N/A

Return value

N/A

Restrictions

N/A