GetIndices
Function Usage
Adds a new element to the end of a vector.
Prototype
void GetIndices (std::vector<T>& indices, U value);
void GetIndices (std::vector<T>& indices, U value, Ix ... idxs);
void GetIndices (std::vector<T>& indices, std::vector<U > values);
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
indices |
Input/Output |
Input vector |
value |
Input |
Value added to the vector |
idxs |
Input |
Value added to the vector |
Parent topic: TensorBase