operator =

API definition

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

Function

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

Input

const AscendIndexInt8IVFFlat&: constant AscendIndexInt8IVFFlat

Output

N/A

Return value

N/A

Restrictions

N/A