Open david-maw opened 5 years ago
While send and recv are all very well, istream and ostream interfaces would be more convenient in some cases (stringstream is a workaround, but it's a bit more code).
send
recv
istream
ostream
stringstream
While
send
andrecv
are all very well,istream
andostream
interfaces would be more convenient in some cases (stringstream
is a workaround, but it's a bit more code).