OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
pack_with_iterator< is_complex, dim, grid, encap_src, encap_dst, boost_vct, it, dtype, prp > Struct Template Reference

Pack an N-dimensional grid into a vector like structure B given an iterator of the grid. More...

Detailed Description

template<bool is_complex, unsigned int dim, typename grid, typename encap_src, typename encap_dst, typename boost_vct, typename it, typename dtype, int ... prp>
struct pack_with_iterator< is_complex, dim, grid, encap_src, encap_dst, boost_vct, it, dtype, prp >

Pack an N-dimensional grid into a vector like structure B given an iterator of the grid.

Template Parameters
ittype of iterator of the grid-structure
dtypetype of the structure B
dimDimensionality of the grid
propertiesto pack

Definition at line 696 of file copy_grid_fast.hpp.

#include <copy_grid_fast.hpp>

Static Public Member Functions

static void pack (grid &gr, it &sub_it, dtype &dest)
 Pack an N-dimensional grid into a vector like structure B given an iterator of the grid.
 

Member Function Documentation

◆ pack()

template<bool is_complex, unsigned int dim, typename grid , typename encap_src , typename encap_dst , typename boost_vct , typename it , typename dtype , int ... prp>
static void pack_with_iterator< is_complex, dim, grid, encap_src, encap_dst, boost_vct, it, dtype, prp >::pack ( grid gr,
it &  sub_it,
dtype &  dest 
)
inlinestatic

Pack an N-dimensional grid into a vector like structure B given an iterator of the grid.

Parameters
itGrid iterator
objobject to pack
destwhere to pack

Definition at line 705 of file copy_grid_fast.hpp.


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