page =
url = https://quuxplusone.github.io/blog
arthur o'dwyer – stuff mostly about c++
pearls preprocessor proposal
P1169 “ static operator() ” (Barry Revzin and Casey Carter, August 2021) proposes that we should be able to define
operator()
as a static member function. This is a very good idea. As of this writing, it also looks likely to get into C++2b. So instead of e.g.