basic_stream_socket.hpp | 634 * @note The write_some operation may not transmit all of the data to the 641 * socket.write_some(asio::buffer(data, size)); 648 std::size_t write_some(const ConstBufferSequence& buffers) function in class:asio::basic_stream_socket 653 asio::detail::throw_error(ec, "write_some"); 669 * @note The write_some operation may not transmit all of the data to the 674 std::size_t write_some(const ConstBufferSequence& buffers, function in class:asio::basic_stream_socket [all...] |