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