Boost C++ Libraries/Boost.Asio
Boost.Asio 색인 - async_completion::completion_handler
까마귀75
2021. 1. 15. 13:02
728x90
반응형
async_completion::completion_handler
실제 핸들러 개체의 참조 또는 복사본이다.
conditional< is_same< CompletionToken, completion_handler_type >::value, completion_handler_type &, completion_handler_type >::type completion_handler;
728x90
반응형