Clementine
Classes | Public Types | Public Member Functions | Static Public Attributes | Friends | List of all members
asio::execution::detail::blocking_adaptation_t< I > Struct Template Reference
Collaboration diagram for asio::execution::detail::blocking_adaptation_t< I >:
Collaboration graph
[legend]

Classes

struct  convertible_from_blocking_adaptation_t
 

Public Types

typedef blocking_adaptation_t polymorphic_query_result_type
 
typedef detail::blocking_adaptation::disallowed_t< I > disallowed_t
 
typedef detail::blocking_adaptation::allowed_t< I > allowed_t
 

Public Member Functions

 ASIO_STATIC_CONSTEXPR (bool, is_requirable=false)
 
 ASIO_STATIC_CONSTEXPR (bool, is_preferable=false)
 
ASIO_CONSTEXPR blocking_adaptation_t (disallowed_t)
 
ASIO_CONSTEXPR blocking_adaptation_t (allowed_t)
 
 ASIO_STATIC_CONSTEXPR_DEFAULT_INIT (disallowed_t, disallowed)
 
 ASIO_STATIC_CONSTEXPR_DEFAULT_INIT (allowed_t, allowed)
 

Static Public Attributes

static const blocking_adaptation_t instance
 

Friends

ASIO_CONSTEXPR bool operator== (const blocking_adaptation_t &a, const blocking_adaptation_t &b)
 
ASIO_CONSTEXPR bool operator!= (const blocking_adaptation_t &a, const blocking_adaptation_t &b)
 
template<typename Executor >
ASIO_CONSTEXPR blocking_adaptation_t query (const Executor &ex, convertible_from_blocking_adaptation_t, typename enable_if< can_query< const Executor &, disallowed_t >::value >::type *=0) ASIO_NOEXCEPT_IF((is_nothrow_query< const Executor &
 
template<typename Executor >
ASIO_CONSTEXPR blocking_adaptation_t query (const Executor &ex, convertible_from_blocking_adaptation_t, typename enable_if< !can_query< const Executor &, disallowed_t >::value &&can_query< const Executor &, allowed_t >::value >::type *=0) ASIO_NOEXCEPT_IF((is_nothrow_query< const Executor &
 

The documentation for this struct was generated from the following file: