Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the master branch, built from commit 127294d48b.
PrevUpHomeNext

associated_immediate_executor_t

typedef typename associated_immediate_executor< T, Executor >::type associated_immediate_executor_t;
Types

Name

Description

type

If T has a nested type immediate_executor_type,.

Member Functions

Name

Description

get [static]

If T has a nested type immediate_executor_type, returns t.get_immediate_executor(). Otherwise returns boost::asio::require(ex, boost::asio::execution::blocking.never).

A program may specialise this traits type if the T template parameter in the specialisation is a user-defined type. The template parameter Executor shall be a type meeting the Executor requirements.

Specialisations shall meet the following requirements, where t is a const reference to an object of type T, and e is an object of type Executor.

Requirements

Header: boost/asio/associated_immediate_executor.hpp

Convenience header: boost/asio.hpp


PrevUpHomeNext