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

PrevUpHomeNext

experimental::channel

Template type alias for common use of channel.

typedef typename detail::channel_type< ExecutorOrSignature >::template inner< Signatures... >::type channel;
Types

Name

Description

inner

Requirements

Header: boost/asio/experimental/channel.hpp

Convenience header: None


PrevUpHomeNext