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

Detect Boost loading 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_loading_archive< Archive, T >

Detect Boost loading archives.

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

Definition at line 200 of file s11n.hpp.


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