|
Learning Curve Plus Plus (LCPP)
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Custom Cereal serialization helpers.
Cereal does not provide built-in support for some standard library types such as std::optional and std::filesystem::path. These save/load functions allow these types to be serialized and deserialized in a portable way by converting them into simpler serializable forms.
Definition in file cereal.h.