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 an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

prepend_t

Completion token type used to specify that the completion handler arguments should be passed additional values before the results of the operation.

template<
    typename CompletionToken,
    typename... Values>
class prepend_t
Member Functions

Name

Description

prepend_t [constructor]

Constructor.

Data Members

Name

Description

token_

values_

Requirements

Header: boost/asio/prepend.hpp

Convenience header: boost/asio.hpp


PrevUpHomeNext