Boost.ASIO

    • Global namespace
    • Reference
  • boost::asio::is_applicable_property<T, execution::prefer_only<InnerProperty>>
arrow_upward

boost::asio::is_applicable_property<T, execution::prefer_only<InnerProperty>>

Synopsis

Declared in <boost/asio/execution/prefer_only.hpp>

template<
    typename T,
    typename InnerProperty>
struct is_applicable_property<T, execution::prefer_only<InnerProperty>>
    : is_applicable_property<T, InnerProperty>

Base Classes

Name

Description

is_applicable_property<T, InnerProperty>

Created with MrDocs

Edit this Page