I l@ve RuBoard Previous Section Next Section

fill_n()

Assigns a copy of value to count elements within the container.



#include <algorithm> 


fill_n( ia, count, value ); 


fill_n( svec.begin(), count, string_value ); 
    I l@ve RuBoard Previous Section Next Section