Boost C++ Libraries/Boost.Asio
Boost.Asio 색인 - execution::blocking_adaptation_t::allowed_t::is_applicable_prope
까마귀75
2021. 2. 1. 12:19
728x90
반응형
execution::blocking_adaptation_t::allowed_t::is_applicable_property_v
execution::blocking_adaptation_t::allowed_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>;
728x90
반응형