在线文档教程
C++
容器 | Containers

std::array::fill

STD::数组::填充

void fill( const T& value (since C++11)

赋值value容器中的所有元素。

参数

value-the value to assign to the elements

返回值

%280%29

复杂性

容器的大小成线性。

© cppreference.com

在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。

http://en.cpPreference.com/w/cpp/容器/数组/Fill