operator =
API definition |
IndexILFlat& operator=(const IndexILFlat&) = delete; |
|---|---|
Function |
Declares that the assignment constructor of this Index class is void, that is, it cannot be copied. |
Input |
const IndexILFlat&: IndexILFlat object. |
Output |
N/A |
Return value |
N/A |
Restrictions |
N/A |
Parent topic: IndexILFlat