直接 boost::asio::buffer 读写

发布于 2024-12-20 00:46:40 字数 380 浏览 2 评论 0原文

他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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文