We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thank you for the useful library.
Not really an issue, just an observation that with C++11 and templates the library can be expanded to allow thunks to arbitrary std::function objects.
The text was updated successfully, but these errors were encountered:
Thank you for the useful library. Not really an issue, just an observation that with C++11 and templates the library can be expanded to allow thunks to arbitrary std::function objects.
std::function can not convert to c style function you have to pass this pointer yourself
Sorry, something went wrong.
@yiz6688 std::function does not need to convert to a C-style function. The purpose of the thunking library is to perform that conversion.
std::function
No branches or pull requests
Thank you for the useful library.
Not really an issue, just an observation that with C++11 and templates the library can be expanded to allow thunks to arbitrary std::function objects.
The text was updated successfully, but these errors were encountered: