#include <vctFixedSizeVectorRecursiveEngines.h>
Definition at line 844 of file vctFixedSizeVectorRecursiveEngines.h.
| static void vctFixedSizeVectorRecursiveEngines< _size >::SelectByIndex::Unfold | ( | _outputVectorType & | output, | |
| const _inputVectorType & | input, | |||
| const _indexVectorType & | index | |||
| ) | [inline, static] |
Unfold the recursion: call Unfold for the first (_size - 1) elements, then assign value to the _size element.
| output | The output vector. | |
| input | The input vector from which elements are selected. | |
| index | The index vector. |
Definition at line 857 of file vctFixedSizeVectorRecursiveEngines.h.
Referenced by vctFixedSizeVectorBase< _size, 1, svlPoint2D, vctFixedSizeVectorTraits< svlPoint2D, _size, 1 >::array >::SelectFrom().