C++26: More function wrappers
6 points by raymii
6 points by raymii
I’ve been using a samizdat function_ref implementation for years (i forget where I got the code from.) std::function is too expensive to use in callbacks if you care about performance.