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 |
Created with MrDocs