OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
std_array_copy_chunks< prop, T[N1]> Struct Template Reference

Detailed Description

template<unsigned int prop, typename T, unsigned int N1>
struct std_array_copy_chunks< prop, T[N1]>

Definition at line 309 of file Unpacker.hpp.

Static Public Member Functions

template<typename Tsrc , typename Tdst >
static void copy (Tsrc &src, Tdst &dst, size_t pos)
 
template<typename Tsrc , typename Tdst >
static void copy_unpack (Tsrc &src, Tdst &dst, size_t pos)
 

Member Function Documentation

◆ copy()

template<unsigned int prop, typename T , unsigned int N1>
template<typename Tsrc , typename Tdst >
static void std_array_copy_chunks< prop, T[N1]>::copy ( Tsrc &  src,
Tdst &  dst,
size_t  pos 
)
inlinestatic

Definition at line 312 of file Unpacker.hpp.

◆ copy_unpack()

template<unsigned int prop, typename T , unsigned int N1>
template<typename Tsrc , typename Tdst >
static void std_array_copy_chunks< prop, T[N1]>::copy_unpack ( Tsrc &  src,
Tdst &  dst,
size_t  pos 
)
inlinestatic

Definition at line 323 of file Unpacker.hpp.


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