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
explicit CUdpClientListenerImpl() : m_PCompressor(HP_Create_BrotliCompressor(OnCompressData, 6)), { } static BOOL __HP_CALL OnCompressData(const BYTE* pData, const int iLength, const PVOID pContext = nullptr) { const auto pThis = static_cast<CUdpClientListenerImpl*>(pContext); }
我目前只能这样写,应该支持lambda表达式绑定,这样更方面传入更多数据
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
我目前只能这样写,应该支持lambda表达式绑定,这样更方面传入更多数据
The text was updated successfully, but these errors were encountered: