operator =

API definition

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

Function

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

Input

const AscendIndexInt8Flat&: constant AscendIndexInt8Flat

Output

N/A

Return value

N/A

Restrictions

N/A