operator =

API definition

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

Function

Declares that the assignment constructor of AscendIndexBinaryFlat is void, that is, AscendIndexBinaryFlat cannot be copied.

Input

const AscendIndexBinaryFlat &: constant AscendIndexBinaryFlat.

Output

N/A

Return value

N/A

Restrictions

N/A