我应该对使用 boost::archive 保持警惕吗?

发布于 2024-07-23 08:26:07 字数 134 浏览 4 评论 0原文

我想使用 boost::archive::iterators::base64_from_binary。 但我似乎无法弄清楚为什么它位于“存档”下。 这意味着什么? 我是否应该出于任何原因对使用此代码持谨慎态度?

谢谢 -

I want to use boost::archive::iterators::base64_from_binary. But I can't seem to figure out why it is under "archive." What does this imply? Should I be leery of using this code for any reason?

Thanks--

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

小女人ら 2024-07-30 08:26:07

认为归档指的是它归档数据的功能,而不是过时的......

I think that the archive refers to it's function in archiving data, not as being obsolete...

小…楫夜泊 2024-07-30 08:26:07

boost::archive 是序列化库中使用的命名空间。 一般来说,只要不在名为 detail 的命名空间中,就可以在 boost 中使用内容。

boost::archive is a namespace used in the Serialization library. In general, it's ok to use stuff in boost as long as it's not in a namespace called detail.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文