Boost.Any 与 Boost.Variant
我无法在 Boost.Any 和 Boost.Variant 之间进行选择。
我应该什么时候使用每一个?
各自的优点和缺点是什么?
我基本上希望从外部源存储一些状态。
I'm having trouble choosing between Boost.Any and Boost.Variant.
When should I use each one?
What are the advantages and disadvantages of each?
I am basically looking to store some states from external sources.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否看过变体中的比较图书馆已经?
(不确定外部来源的状态是什么,所以很难说哪种状态更适合您。)
Have you looked at the comparison in the variant library already?
(Not sure what states from external sources are, so it's kind of hard to say what's more appropriate for you.)