std::function to member function September 23, 2023 by Tarik Funcp func = std::bind(&A::func, &a, std::placeholders::_1, std::placeholders::_2);