直接 boost::asio::buffer 读写
他110.
如何直接读取或写入 asio mutable_buffer(_1) 或 const_buffer(_1)?
我有一个函数接收与 boost::asio::read/write 相同的参数。在某些情况下,它将调用传递给 boost::asio::read/write,而在其他情况下,它通过向缓冲区写入/读取来完成任务本身。
另一个问题,我想用接受 asio::streambuf 的函数重载此函数。有没有更简单的方法可以避免重复的代码?
这个问题没有回答我所有的问题!
He110.
How can I directly read from or write into an asio mutable_buffer(_1) or const_buffer(_1)?
I have a function which receives the same parameters as boost::asio::read/write. In some cases it passes the call to boost::asio::read/write and in other cases it does the task itself by writing/reading to/from the buffer.
Another question, I want to overload this function with one that accepts an asio::streambuf. Is there a simpler way so I can avoid duplicate code as well?
This question did not answer all my questions!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论