operator =

API definition

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

Function

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

Input

const AscendIndexFlat&: constant AscendIndexFlat

Output

N/A

Return value

N/A

Restrictions

N/A