|
ASIO_CONSTEXPR bool | operator== (const mapping_t &a, const mapping_t &b) |
|
ASIO_CONSTEXPR bool | operator!= (const mapping_t &a, const mapping_t &b) |
|
template<typename Executor > |
ASIO_CONSTEXPR mapping_t | query (const Executor &ex, convertible_from_mapping_t, typename enable_if< can_query< const Executor &, thread_t >::value >::type *=0) ASIO_NOEXCEPT_IF((is_nothrow_query< const Executor & |
|
template<typename Executor > |
ASIO_CONSTEXPR mapping_t | query (const Executor &ex, convertible_from_mapping_t, typename enable_if< !can_query< const Executor &, thread_t >::value &&can_query< const Executor &, new_thread_t >::value >::type *=0) ASIO_NOEXCEPT_IF((is_nothrow_query< const Executor & |
|
template<typename Executor > |
ASIO_CONSTEXPR mapping_t | query (const Executor &ex, convertible_from_mapping_t, typename enable_if< !can_query< const Executor &, thread_t >::value &&!can_query< const Executor &, new_thread_t >::value &&can_query< const Executor &, other_t >::value >::type *=0) ASIO_NOEXCEPT_IF((is_nothrow_query< const Executor & |
|
The documentation for this struct was generated from the following file: