associated_executor

Boost C++ Libraries/Boost.Asio

Boost.Asio - associated_executor

associated_executor 개체와 연결된 실행기(executor)를 얻는 데 사용되는 특성 유형이다. template struct associated_executor 유 형 이 름 설 명 type T에 중첩된 유형 executor_type이 있으면, T::executor_type이다. 그렇지 않으면 Executor 이다. 멤버 함수 이 름 설 명 get [static] T에 중첩된 유형 executor_type이 있으면, t.get_executor()를 반환한다. 그렇지 않으면 ex를 반환한다. 특수화에서 T 템플릿 파라미터가 사용자 정의 유형이라면, 프로그램은 이 특성 유형을 특수화 할 수 있다. 템플릿 ..

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - associated_executor::type

associated_executor::type T가 중첩 유형 executor_type을 가지면, T::executor_type이다. 그렇지 않으면 Executor(실행기) 이다. typedef see_below type; 요구 사항 일반 헤더: boost/asio/associated_executor.hpp 편의 헤더: boost/asio.hpp Boost.Asio 홈

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