operator=

API Definition

AscendIndex& operator=(const AscendIndex&) = delete

Function

Declares that the assignment constructor of AscendIndex is void, that is, AscendIndex cannot be copied.

Input

const AscendIndex&: constant AscendIndex

Output

N/A

Return Value

N/A

Restrictions

N/A