I l@ve RuBoard Previous Section Next Section

fill()

Assigns a copy of value to each element within the container.



#include <algorithm> 


fill( ivec.begin(), ivec.end(), value ); 
    I l@ve RuBoard Previous Section Next Section