NDDEM
Namespaces | Functions
atomic.hpp File Reference

Support for types found in <atomic> More...

#include <cereal/cereal.hpp>
#include <atomic>

Go to the source code of this file.

Namespaces

 cereal
 in certain simple scenarios. They should probably not be used if maximizing performance is the main objective.
 

Functions

template<class Archive , class T >
void cereal::CEREAL_SAVE_FUNCTION_NAME (Archive &ar, std::atomic< T > const &a)
 Serializing (save) for std::atomic. More...
 
template<class Archive , class T >
void cereal::CEREAL_LOAD_FUNCTION_NAME (Archive &ar, std::atomic< T > &a)
 Serializing (load) for std::atomic. More...
 

Detailed Description

Support for types found in <atomic>