728x90
반응형
executor_binder::first_argument_type
함수의 첫 번째 인수 유형이다.
typedef see_below first_argument_type;
first_argument_type의 유형은 래퍼 대상 개체의 유형 T를 기반으로 한다:
- T가 두 개의 인수를 받는 함수 유형에 대한 포인터이면, first_argument_type은 T의 반환 유형과 동일하다:
- T가 멤버 유형으로 first_argument_type을 가진 클래스 유형이면, first_argument_type은 T::first_argument_type와 동일하다.
- 그렇지 않으면 first_argument_type은 정의되지 않는다.
요구 사항
일반 헤더: boost/asio/bind_executor.hpp
편의 헤더: boost/asio.hpp
Boost.Asio 홈
728x90
반응형
'Boost C++ Libraries > Boost.Asio' 카테고리의 다른 글
Boost.Asio 색인 - ip::basic_resolver::flags (0) | 2021.01.27 |
---|---|
Boost.Asio 색인 - multiple_exceptions::first_exception (0) | 2021.01.27 |
Boost.Asio 색인 - ip::basic_address_range< address_v6 >::find (0) | 2021.01.27 |
Boost.Asio 색인 - ip::basic_address_range< address_v4 >::find (0) | 2021.01.27 |
Boost.Asio 색인 - buffered_stream::fill (0) | 2021.01.27 |