piranha  0.10
Static Public Attributes | List of all members
piranha::is_boost_saving_archive< Archive, T > Class Template Reference

Detect Boost saving archives. More...

#include <piranha/s11n.hpp>

Static Public Attributes

static const bool value = implementation_defined
 Value of the type trait.
 

Detailed Description

template<typename Archive, typename T>
class piranha::is_boost_saving_archive< Archive, T >

Detect Boost saving archives.

This type trait will be true if Archive is a valid Boost saving archive for type T, false otherwise. The Boost saving archive concept is described at http://www.boost.org/doc/libs/1_61_0/libs/serialization/doc/archives.html.

Definition at line 141 of file s11n.hpp.


The documentation for this class was generated from the following file: