Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_raw_socket::async_receive_from

Start an asynchronous receive.

template<
    typename MutableBufferSequence,
    typename ReadHandler = DEFAULT>
DEDUCED async_receive_from(
    const MutableBufferSequence & buffers,
    endpoint_type & sender_endpoint,
    ReadHandler && handler = DEFAULT);
  » more...

template<
    typename MutableBufferSequence,
    typename ReadHandler = DEFAULT>
DEDUCED async_receive_from(
    const MutableBufferSequence & buffers,
    endpoint_type & sender_endpoint,
    socket_base::message_flags flags,
    ReadHandler && handler = DEFAULT);
  » more...

PrevUpHomeNext