
Lambda under the hood What if we capture by reference instead? [&] vs [=] Lambda template Move cannot move if const C++17: Clamp Before C++17, we were relying on the following code (or similar) to clamp a value. Now, with C++17, we can simply use std::clamp. Reverse Unique Sort Algos […]