void fill( const T& value ); | (since {std}) |
Assigns the given value value to all elements in the container.
Parameters
| value | - | the value to assign to the elements |
Return value
(none).
Complexity
Linear in the size of the container.
void fill( const T& value ); | (since {std}) |
Assigns the given value value to all elements in the container.
| value | - | the value to assign to the elements |
(none).
Linear in the size of the container.
Please login to continue.