NDDEM
Namespaces | Functions
chrono.hpp File Reference

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

#include <chrono>

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 R , class P >
void cereal::CEREAL_SAVE_FUNCTION_NAME (Archive &ar, std::chrono::duration< R, P > const &dur)
 Saving std::chrono::duration. More...
 
template<class Archive , class R , class P >
void cereal::CEREAL_LOAD_FUNCTION_NAME (Archive &ar, std::chrono::duration< R, P > &dur)
 Loading std::chrono::duration. More...
 
template<class Archive , class C , class D >
void cereal::CEREAL_SAVE_FUNCTION_NAME (Archive &ar, std::chrono::time_point< C, D > const &dur)
 Saving std::chrono::time_point. More...
 
template<class Archive , class C , class D >
void cereal::CEREAL_LOAD_FUNCTION_NAME (Archive &ar, std::chrono::time_point< C, D > &dur)
 Loading std::chrono::time_point. More...
 

Detailed Description

Support for types found in <chrono>