Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - detached_t::as_default_on

까마귀75 2021. 1. 8. 22:37
728x90
반응형

detached_t::as_default_on

detached_t를 기본 완료 토큰 유형으로 사용하도록 I/O 개체를 조정하는 함수 도우미이다.

template<
    typename T>
static decay< T >::type::template rebind_executor< executor_with_default< typename decay< T >::type::executor_type > >::other as_default_on(
    T && object);


Boost.Asio 홈

728x90
반응형