C++
AcArray<T,R>& setAll( const T& value );
Description
Sets all the elements within the array (meaning, elements 0..AcArray::length()-1) to value.
Parameters
Parameters | Description |
---|---|
value | Input value to assign to all elements of the array |
AcArray<T,R>& setAll( const T& value );
Sets all the elements within the array (meaning, elements 0..AcArray::length()-1) to value.
Parameters | Description |
---|---|
value | Input value to assign to all elements of the array |