728x90
반응형
detached_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
반응형