second_argument_type

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - executor_binder::second_argument_type

executor_binder::second_argument_type 함수의 두 번째 인수 유형이다. typedef see_below second_argument_type; second_argument_type 유형은 래퍼 대상 개체의 유형 T를 기반으로 한다: T가 두 개의 인수를 받는 함수 유형에 대한 포인터인 경우, second_argument_type은 T의 반환 유형에 대한 동의어이다. T가 멤버 유형이 first_argument_type인 클래스 유형이면, second_argument_type은 T::second_argument_type와 동의어 이다. 그렇지 않으면, second_argument_type은 정의되지 않는다. 요구 사항 일반 헤더: boost/asio/bind_executor.h..

까마귀75
'second_argument_type' 태그의 글 목록