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 version of Boost is under active development. You are currently in the master branch. The current version is 1.91.0.
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...