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