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 a4b7d69d47.
PrevUpHomeNext

async_initiate

template<
    typename CompletionToken,
    completion_signature... Signatures,
    typename Initiation,
    typename... Args>
DEDUCED async_initiate(
    Initiation && initiation,
    type_identity_t< CompletionToken > & token,
    Args &&... args);
Requirements

Header: boost/asio/async_result.hpp

Convenience header: boost/asio.hpp


PrevUpHomeNext