Hi,
I am using the asio::mutable_buffer_1. All I want to do is copy external data from buffer to the
Buffer that the mutable_buffer_1 is assigned. I have been reading the documentation provided but am unable to make heads or tails as to how to get this simple operation done.
Is this possible. Do I have to sue the stream buffer class and if so how?
Thanks