template<typename Archive, size_t RevIndex, typename... Args>
struct thrill::data::detail::TupleSerialization< Archive, RevIndex, Args >
Definition at line 99 of file serialization.hpp.
#include <serialization.hpp>
|
using | ThisElemType = typename std::tuple_element< Index, std::tuple< Args... > >::type |
|
|
static void | Serialize (const std::tuple< Args... > &x, Archive &ar) |
|
◆ ThisElemType
◆ Serialize()
static void Serialize |
( |
const std::tuple< Args... > & |
x, |
|
|
Archive & |
ar |
|
) |
| |
|
inlinestatic |
◆ fixed_size
constexpr size_t fixed_size |
|
static |
Initial value:=
Serialization<Archive, ThisElemType>::fixed_size
+ TupleSerialization<Archive, RevIndex - 1, Args...>
::fixed_size
Definition at line 117 of file serialization.hpp.
◆ Index
constexpr size_t Index = sizeof ... (Args) - RevIndex |
|
static |
◆ is_fixed_size
constexpr bool is_fixed_size |
|
static |
Initial value:= Serialization<Archive, ThisElemType>::is_fixed_size
Definition at line 114 of file serialization.hpp.
The documentation for this struct was generated from the following file: