C++: Difference between revisions

1 byte added ,  9 March 2020
Line 294: Line 294:
[https://en.cppreference.com/w/cpp/algorithm/find Reference]<br>
[https://en.cppreference.com/w/cpp/algorithm/find Reference]<br>


====std::generate===
====std::generate====
Allows you to fill a container using a function call<br>
Allows you to fill a container using a function call<br>
<syntaxhighlight lang="cpp">
<syntaxhighlight lang="cpp">