Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - execution::bulk_guarantee_t::parallel_t::is_applicable_property_

까마귀75 2021. 2. 1. 13:15
728x90
반응형

execution::bulk_guarantee_t::parallel_t::is_applicable_property_v

execution::bulk_guarantee_t::parallel_t 속성은 실행기(executor), 발송기(sender) 그리고 스케줄러에 적용된다.

template <typename T>
static constexpr bool is_applicable_property_v =
    is_executor_v<T> || is_sender_v<T> || is_scheduler_v<T>;


Boost.Asio 홈

728x90
반응형