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 |
Parent topic: AscendIndex