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 68cc668162.
PrevUpHomeNext
saved_handler::emplace

Store a completion handler in the container.

template<
    class Handler,
    class Allocator>
void
emplace(
    Handler&& handler,
    Allocator const& alloc,
    net::cancellation_type cancel_type = net::cancellation_type::terminal);
  » more...

template<
    class Handler>
void
emplace(
    Handler&& handler,
    net::cancellation_type cancel_type = net::cancellation_type::terminal);
  » more...

PrevUpHomeNext