Assigns a copy of value to each element within the container.
#include <algorithm> fill( ivec.begin(), ivec.end(), value );