DEV Community

Discussion on: The big STL Algorithms tutorial: Minimum/maximum operations

Collapse
 
pgradot profile image
Pierre Gradot

std::clamp is a great addition to me. It's very simple, but it's very useful to have it in the standard library so you can stop coding it in each project.