728x90
반응형
executor_binder::result_type
함수인 경우 반환 유형이다.
typedef see_below result_type;
result_type 유형은 래퍼 대상 개체의 유형 T를 기반으로 한다:
- T가 함수 유형의 포인터이면, result_type은 T의 반환 유형과 동일하다.
- T가 result_type 멤버 유형을 갖는 클래스 유형이면, result_type은 T::result_type와 동일하다.
- 그렇지 않으면, result_type은 정의되지 않는다.
요구 사항
일반 헤더: boost/asio/bind_executor.hpp
편의 헤더: boost/asio.hpp
Boost.Asio 홈
728x90
반응형
'Boost C++ Libraries > Boost.Asio' 카테고리의 다른 글
Boost.Asio 색인 - ssl::rfc2818_verification::result_type (0) | 2021.02.28 |
---|---|
Boost.Asio 색인 - ssl::host_name_verification::result_type (0) | 2021.02.28 |
Boost.Asio 색인 - ip::basic_resolver::results_type (0) | 2021.02.28 |
Boost.Asio 색인 - async_completion::result (0) | 2021.02.28 |
Boost.Asio 색인 - io_context::restart (0) | 2021.02.28 |