C++: Difference between revisions

171 bytes added ,  30 December 2019
No edit summary
Line 242: Line 242:
std::numeric_limits<float>::max();
std::numeric_limits<float>::max();
</syntaxhighlight>
</syntaxhighlight>
===Utility===
<code>#include <utility></code><br>
===std::move===
[https://en.cppreference.com/w/cpp/utility/move Ref]<br>
Use <code>std::move</code> to move containers.


==STL==
==STL==