且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

提高mpfr_float系列化

更新时间:2023-01-17 16:05:12

的直通支持,意味着你必须添加序列化了的后台的类型,确实如此。

The passthrough support implies that you have to add the serialization for the backend type, indeed.

您可以使用同样的方法,因为我在这个答案显示:

You can use the same approach as I showed in this answer:

  • How to de/serialize a map with template class using boost::multiprecision::mpq_rational

在这里我展示如何(德)序列化 mpq_rational

where I show how to (de)serialize mpq_rational