cereal
A C++11 library for serialization
|
Support for types found in <atomic> More...
Go to the source code of this file.
Functions | |
template<class Archive , class T > | |
void | cereal::CEREAL_SAVE_FUNCTION_NAME (Archive &ar, std::atomic< T > const &a) |
Serializing (save) for std::atomic. | |
template<class Archive , class T > | |
void | cereal::CEREAL_LOAD_FUNCTION_NAME (Archive &ar, std::atomic< T > &a) |
Serializing (load) for std::atomic. | |
Support for types found in <atomic>