AscendIndexTS

API definition

AscendIndexTS() = default;

Function

Constructor of AscendIndexTS.

Input

N/A

Output

N/A

Return value

N/A

Restrictions

N/A

API definition

AscendIndexTS(const AscendIndexTS &) = delete;

Function

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

Input

const AscendIndexTS &: AscendIndexTS object.

Output

N/A

Return value

N/A

Restrictions

N/A