Thrill  0.1
Serialization< Archive, T, typename std::enable_if< has_member_thrill_is_fixed_size< T >::value >::type > Struct Template Reference

Detailed Description

template<typename Archive, typename T>
struct thrill::data::Serialization< Archive, T, typename std::enable_if< has_member_thrill_is_fixed_size< T >::value >::type >

Definition at line 232 of file serialization.hpp.

#include <serialization.hpp>

Static Public Member Functions

static T Deserialize (Archive &ar)
 
static void Serialize (const T &x, Archive &ar)
 

Static Public Attributes

static constexpr size_t fixed_size = T::thrill_fixed_size
 
static constexpr bool is_fixed_size = T::thrill_is_fixed_size
 

Member Function Documentation

◆ Deserialize()

static T Deserialize ( Archive &  ar)
inlinestatic

Definition at line 240 of file serialization.hpp.

◆ Serialize()

static void Serialize ( const T x,
Archive &  ar 
)
inlinestatic

Definition at line 237 of file serialization.hpp.

Member Data Documentation

◆ fixed_size

constexpr size_t fixed_size = T::thrill_fixed_size
static

Definition at line 244 of file serialization.hpp.

◆ is_fixed_size

constexpr bool is_fixed_size = T::thrill_is_fixed_size
static

Definition at line 243 of file serialization.hpp.


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