Clementine
|
Public Types | |
typedef blocking_t< I > | polymorphic_query_result_type |
Public Member Functions | |
ASIO_STATIC_CONSTEXPR (bool, is_requirable=true) | |
ASIO_STATIC_CONSTEXPR (bool, is_preferable=false) | |
Static Public Member Functions | |
static ASIO_CONSTEXPR blocking_t< I > | value () |
Friends | |
ASIO_CONSTEXPR bool | operator== (const always_t &, const always_t &) |
ASIO_CONSTEXPR bool | operator!= (const always_t &, const always_t &) |
ASIO_CONSTEXPR bool | operator== (const always_t &, const possibly_t< I > &) |
ASIO_CONSTEXPR bool | operator!= (const always_t &, const possibly_t< I > &) |
ASIO_CONSTEXPR bool | operator== (const always_t &, const never_t< I > &) |
ASIO_CONSTEXPR bool | operator!= (const always_t &, const never_t< I > &) |
template<typename Executor > | |
adapter< Executor > | require (const Executor &e, const always_t &, typename enable_if< is_executor< Executor >::value &&traits::static_require< const Executor &, blocking_adaptation::allowed_t< 0 > >::is_valid >::type *=0) |
|
inlinestatic |