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 develop branch, built from commit b8adfe0e57.
PrevUpHomeNext

basic_seq_packet_socket::async_receive

Start an asynchronous receive.

template<
    typename MutableBufferSequence,
    typename ReadToken = default_completion_token_t<executor_type>>
DEDUCED async_receive(
    const MutableBufferSequence & buffers,
    socket_base::message_flags & out_flags,
    ReadToken && token = default_completion_token_t< executor_type >());
  » more...

template<
    typename MutableBufferSequence,
    typename ReadToken = default_completion_token_t<executor_type>>
DEDUCED async_receive(
    const MutableBufferSequence & buffers,
    socket_base::message_flags in_flags,
    socket_base::message_flags & out_flags,
    ReadToken && token = default_completion_token_t< executor_type >());
  » more...

PrevUpHomeNext