executor_binder

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - executor_binder::target_type

executor_binder::target_type 대상 개체의 유형. typedef T target_type; 요구 사항 일반 헤더: boost/asio/bind_executor.hpp 편의 헤더: boost/asio.hpp Boost.Asio 홈

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..

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - executor_binder::result_type

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 홈

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - executor_binder::operator()

executor_binder::operator() [1 / 2 오버로드] template auto operator()( Args && ...); [operator()] [2 / 2 오버로드] template auto operator()( Args && ...) const; [operator()] Boost.Asio 홈

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - executor_binder::executor_binder

executor_binder::executor_binder [1 / 9 오버로드] 주어진 개체에 대한 실행기(executor) 래퍼를 생성하는 생성자(constructor) template executor_binder( executor_arg_t , const executor_type & e, U && u); [executor_binder] [2 / 9 오버로드] 복사-생성자(copy constructor) executor_binder( const executor_binder & other); [executor_binder] [3 / 9 오버로드] 복사-생성자(copy constructor), 하지만 다른 실행기(executor)를 주어진다. executor_binder( exec..

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