Thrill  0.1
Serialization< Archive, std::array< T, N >, typename std::enable_if< !std::is_pod< std::array< T, N > >::value >::type > Struct Template Reference

Detailed Description

template<typename Archive, typename T, size_t N>
struct thrill::data::Serialization< Archive, std::array< T, N >, typename std::enable_if< !std::is_pod< std::array< T, N > >::value >::type >

Definition at line 206 of file serialization.hpp.

#include <serialization.hpp>

Static Public Member Functions

static std::array< T, N > Deserialize (Archive &ar)
 
static void Serialize (const std::array< T, N > &x, Archive &ar)
 

Static Public Attributes

static constexpr size_t fixed_size = N * Serialization<Archive, T>::fixed_size
 
static constexpr bool is_fixed_size = Serialization<Archive, T>::is_fixed_size
 

Member Function Documentation

◆ Deserialize()

static std::array<T, N> Deserialize ( Archive &  ar)
inlinestatic

Definition at line 217 of file serialization.hpp.

References gen_data::N.

◆ Serialize()

static void Serialize ( const std::array< T, N > &  x,
Archive &  ar 
)
inlinestatic

Definition at line 212 of file serialization.hpp.

Member Data Documentation

◆ fixed_size

constexpr size_t fixed_size = N * Serialization<Archive, T>::fixed_size
static

Definition at line 224 of file serialization.hpp.

◆ is_fixed_size

constexpr bool is_fixed_size = Serialization<Archive, T>::is_fixed_size
static

Definition at line 223 of file serialization.hpp.


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