generate (STL/CLR)
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at generate (STL/CLR).
Assigns the values generated by a function object to each element in a range.
Syntax
template<class _FwdIt, class _Fn0> inline
void generate(_FwdIt _First, _FwdIt _Last, _Fn0 _Func);
Remarks
This function behaves the same as the STL function generate
. For more information, see generate.
Requirements
Header: <cliext/algorithm>
Namespace: cliext