Thrill  0.1
Serialization< Archive, std::vector< T > > Struct Template Reference

Detailed Description

template<typename Archive, typename T>
struct thrill::data::Serialization< Archive, std::vector< T > >

Definition at line 184 of file serialization.hpp.

#include <serialization.hpp>

Static Public Member Functions

static std::vector< TDeserialize (Archive &ar)
 
static void Serialize (const std::vector< T > &x, Archive &ar)
 

Static Public Attributes

static constexpr size_t fixed_size = 0
 
static constexpr bool is_fixed_size = false
 

Member Function Documentation

◆ Deserialize()

static std::vector<T> Deserialize ( Archive &  ar)
inlinestatic

Definition at line 191 of file serialization.hpp.

◆ Serialize()

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

Definition at line 185 of file serialization.hpp.

Member Data Documentation

◆ fixed_size

constexpr size_t fixed_size = 0
static

Definition at line 200 of file serialization.hpp.

◆ is_fixed_size

constexpr bool is_fixed_size = false
static

Definition at line 199 of file serialization.hpp.


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