IndexILFlat

API definition

IndexILFlat();

Function

Constructor of IndexILFlat.

Input

N/A

Output

N/A

Return value

N/A

Restrictions

N/A

API definition

IndexILFlat(const IndexILFlat&) = delete;

Function

Declares that the copy 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