Hacker News new | ask | show | jobs
by a_t48 2309 days ago
There's also

  Callback cbk = std::bind_front(instance, Instance::method);
in C++20. I'm going to ignore std::bind as it has weird conventions. :)