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