Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

seq_packet_socket_service::send

Send the given data to the peer.

template<
    typename ConstBufferSequence>
std::size_t send(
    implementation_type & impl,
    const ConstBufferSequence & buffers,
    socket_base::message_flags flags,
    boost::system::error_code & ec);

PrevUpHomeNext