AscendIndexCluster
API definition |
AscendIndexCluster(); |
|---|---|
Function |
Constructor of AscendIndexCluster. |
Input |
N/A |
Output |
N/A |
Return value |
N/A |
Restrictions |
N/A |
API definition |
AscendIndexCluster(const AscendIndexCluster&) = delete; |
|---|---|
Function |
Declares that the copy function of this Index class is void, that is, it cannot be copied. |
Input |
const AscendIndexCluster&: AscendIndexCluster object. |
Output |
N/A |
Return value |
N/A |
Restrictions |
N/A |
Parent topic: AscendIndexCluster