当前位置:   article > 正文

c ++ assign函数_vector :: assign()函数,以及C ++ STL中的示例

c++ assign函数

c ++ assign函数

C ++ vector :: assign()函数 (C++ vector::assign() function)

vector::assign() is a library function of "vector" header, it is used to initialize a vector or assign content to a vector, it assigns the new content to the vector, update the existing content, and also resizes the vector's size according to the content.

vector :: assign()“ vector”标头的库函数,用于初始化矢量或将内容分配给矢量,将新内容分配给矢量,更新现有内容,并调整矢量的大小根据内容。

Note: To use vector, include <vector> header.

注意:要使用向量,请包含<vector>标头。

Syntax of vector::assign() function

vector :: assign()函数的语法


声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/菜鸟追梦旅行/article/detail/566641
推荐阅读
相关标签
  

闽ICP备14008679号