fill (STL/CLR)

进行相同的新值。在指定范围的每个元素。

template<class _FwdIt, class _Ty> inline
    void fill(_FwdIt _First, _FwdIt _Last, const _Ty% _Val);

备注

此功能相同的行为就如同 STL 功能 fill的。有关更多信息,请参见 fill

要求

标题: <cliext/算法>

命名空间: cliext

请参见

参考

algorithm (STL/CLR)