Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Assigns the same new value to every element in a specified range.
template<class _FwdIt, class _Ty> inline
void fill(_FwdIt _First, _FwdIt _Last, const _Ty% _Val);
Remarks
This function behaves the same as the STL function fill. For more information, see fill.
Requirements
Header: <cliext/algorithm>
Namespace: cliext