Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - detached_t::executor_with_default::executor_with_default

까마귀75 2021. 1. 26. 10:38
728x90
반응형

detached_t::executor_with_default::executor_with_default

[1 / 2 오버로드] 내부 실행기(executor) 유형에서 적응된 실행기(executor)를 생성하는 생성자(constructor).

executor_with_default(
    const InnerExecutor & ex);

[executor_with_default]


[2 / 2 오버로드] 주어진 실행기(executor)를 내부 실행기(executor) 유형으로 변환하고, 이를 사용하용 적응된 실행기(executor)를 생성하는 생성자(constructor).

template<
    typename OtherExecutor>
executor_with_default(
    const OtherExecutor & ex,
    typename enable_if< is_convertible< OtherExecutor, InnerExecutor >::value >::type *  = 0);

[OtherExecutor, executor_with_default]


Boost.Asio 홈

728x90
반응형