generate (STL/CLR)
Visual Studio 2015
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.
template<class _FwdIt, class _Fn0> inline
void generate(_FwdIt _First, _FwdIt _Last, _Fn0 _Func);
This function behaves the same as the STL function generate. For more information, see generate.
Header: <cliext/algorithm>
Namespace: cliext
Show: