| 
    cereal
    
   A C++11 library for serialization 
   | 
 
Checks if the provided archive type is equal to some cereal archive type. More...
#include </build/libcereal-9b1UwT/libcereal-1.3.2+dfsg/include/cereal/details/traits.hpp>
 Checks if the provided archive type is equal to some cereal archive type.
This automatically does things such as std::decay and removing any other wrappers that may be on the Archive template parameter.
Example use:
 1.9.4