C++ Serializing a std::map to a file

后端 未结 6 803
星月不相逢
星月不相逢 2020-12-31 07:07

I have a C++ STL map, which is a map of int and customType. The customType is a struct, which has string and a list of string, How can i serialize this to a file.

sa

6条回答
提交回复
热议问题