2 Comments

The `<>` is not required though. It's better to omit it for clarity. I prefer `std::plus{}`.

Expand full comment

Only since C++17, where the argument gets deduced to void using CTAD.

Expand full comment