operator =

API definition

AscendIndexIVFSP& operator=(const AscendIndexIVFSP&) = delete;

Function

Declares that the assignment constructor of this Index class is void, that is, it cannot be copied.

Input

const AscendIndexIVFSP&: constant AscendIndexIVFSP.

Output

N/A

Return value

N/A

Restrictions

N/A