|
| ASIO_STATIC_CONSTEXPR (bool, is_requirable=false) |
|
ASIO_CONSTEXPR | prefer_only (const InnerProperty &p) |
|
| ASIO_STATIC_CONSTEXPR (bool, is_preferable=false) |
|
| prefer_only_property (const InnerProperty &p) |
|
|
template<typename Executor , typename Property > |
ASIO_CONSTEXPR prefer_result< const Executor &, const InnerProperty & >::type | prefer (const Executor &ex, const prefer_only< Property > &p, typename enable_if< is_same< Property, InnerProperty >::value &&can_prefer< const Executor &, const InnerProperty &>::value >::type *=0) ASIO_NOEXCEPT_IF((is_nothrow_prefer< const Executor & |
|
template<typename Executor , typename Property > |
ASIO_CONSTEXPR query_result< const Executor &, const InnerProperty & >::type | query (const Executor &ex, const prefer_only< Property > &p, typename enable_if< is_same< Property, InnerProperty >::value &&can_query< const Executor &, const InnerProperty &>::value >::type *=0) ASIO_NOEXCEPT_IF((is_nothrow_query< const Executor & |
|
The documentation for this struct was generated from the following file: