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。
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。