Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/hetero-data.hpp"
A setup with chained data tuples residing in distributed storage.
A HeteroData-chain is started from a front-end block and can later be extended by a linked list of further data blocks allocated elsewhere.
get<i>
member function (inherited)HeteroData<DATA...>::Chain<TY...>
to build follow-up segments Definition at line 92 of file hetero-data.hpp.
Public Types | |
using | ChainType = _Front |
using | NewFrame = typename _Front::Frame |
Static Public Member Functions | |
template<typename... INIT> | |
static _Front | build (INIT &&...initArgs) |
Private Types | |
using | _Front = HeteroData< meta::Node< StorageFrame< 0, DATA... >, meta::NullType > > |