Small but usefull things.
More and More Utilities in C++20
by Rainer Grimm
From the article:
Today, I present a few utilities for calculating the midpoint of two values, check if a std::string starts or ends with a substring, and create callables with std::bind_front. These little utilities may not seem so little when you need them...
Add a Comment
Comments are closed.