728x90
반응형
use_awaitable_t::executor_with_default::executor_with_default
[1 / 2 오버로드] 내부 실행기(executor) 유형에서 조정된 실행기(executor)를 생성하는 생성자(constructor).
executor_with_default( const InnerExecutor & ex);
[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);
728x90
반응형
'Boost C++ Libraries > Boost.Asio' 카테고리의 다른 글
Boost.Asio 색인 - basic_socket_iostream::expires_after (0) | 2021.01.26 |
---|---|
Boost.Asio 색인 - executor_work_guard::executor_work_guard (0) | 2021.01.26 |
Boost.Asio 색인 - detached_t::executor_with_default::executor_with_default (0) | 2021.01.26 |
Boost.Asio 색인 - windows::basic_stream_handle::executor_type (0) | 2021.01.25 |
Boost.Asio 색인 - windows::basic_random_access_handle::executor_type (0) | 2021.01.25 |