728x90
반응형
executor_binder::argument_type
함수 인수의 유형이다.
typedef see_below argument_type;
argument_type 유형은 래퍼 대상 개체의 T 유형을 기반으로 한다:
- T가 단일 인수를 허용하는 함수 유형의 포인터인 경우, argument_type은 T의 반환 유형과 동일하다.
- T가 argument_type 멤버 유형이 있는 클래스 유형인 경우, argument_type은 T::argument_type과 동일하다.
- 그 외의 경우 argumnet_type은 정의되지 않는다.
요구사항
일반 헤더: boost/asio/bind_executor.hpp
편의 헤더: boost/asio.hpp
Boost.Asio 홈
728x90
반응형
'Boost C++ Libraries > Boost.Asio' 카테고리의 다른 글
Boost.Asio 색인 - asio_handler_deallocate (0) | 2021.01.05 |
---|---|
Boost.Asio 색인 - asio_handler_allocate (0) | 2021.01.05 |
Boost.Asio 색인 - any_io_executor (0) | 2021.01.05 |
Boost.Asio 색인 - execution::any_executor::any_executor (0) | 2021.01.05 |
Boost.Asio 색인 - ip::address_v6::any (0) | 2021.01.05 |