22 Sep
2021
22 Sep
'21
2:59 p.m.
Andrzej Krzemienski wrote:
So, to rephrase, I assume that I can move construct a `tcp::socket`, and now I ask if there is an interface or a technique within ASIO that would allow me to move the `tcp::socket` and the buffer rather than heap-allocate them?
How would you move a buffer without heap-allocating it though :-)