inputiterator

c++中fill是什么意思

c++ 中的 fill 函数是一个算法,用于将容器中的所有元素填充为指定的值。语法:void fill(inputiterator first, inputiterator las…