C++: Difference between revisions

101 bytes added ,  30 December 2019
Line 261: Line 261:
===Utility===
===Utility===
<code>#include <utility></code><br>
<code>#include <utility></code><br>
===std::move===
====std::move====
[https://en.cppreference.com/w/cpp/utility/move Ref]<br>
[https://en.cppreference.com/w/cpp/utility/move Ref]<br>
Use <code>std::move</code> to move containers.
Use <code>std::move</code> to move containers.
===Algorithm===
====std::find===
[https://en.cppreference.com/w/cpp/algorithm/find Reference]<br>


==STL==
==STL==