operator =
API definition |
AscendIndexSQ& operator=(const AscendIndexSQ&) = delete; |
|---|---|
Function |
Declares that the assignment constructor of this Index class is void, that is, it cannot be copied. |
Input |
const AscendIndexSQ&: constant AscendIndexSQ |
Output |
N/A |
Return value |
N/A |
Restrictions |
N/A |
Parent topic: AscendIndexSQ