fill (STL/CLR)

指派相同的新值給指定的範圍內的每個項目。

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

備註

這個函式行為和 STL 函式一樣fill。如需詳細資訊,請參閱 fill

需求

標頭: < cliext/演算法 >

Namespace: cliext

請參閱

參考

algorithm (STL/CLR)