operator =

API definition

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

Function

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

Input

const AscendIndexTS &: constant AscendIndexTS.

Output

N/A

Return value

N/A

Restrictions

N/A