OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
copy_cpu_encap_encap< e_src, e_dst > Struct Template Reference

this class is a functor for "for_each" algorithm More...

Detailed Description

template<typename e_src, typename e_dst>
struct copy_cpu_encap_encap< e_src, e_dst >

this class is a functor for "for_each" algorithm

This class is a functor for "for_each" algorithm. For each element of the boost::vector the operator() is called. Is mainly used to copy one encap into another encap object

Template Parameters
encapsource
encapdst

Definition at line 96 of file Encap.hpp.

#include <Encap.hpp>

Public Member Functions

__device__ __host__ copy_cpu_encap_encap (const e_src &src, e_dst &dst)
 constructor
 
template<typename T >
__device__ __host__ void operator() (T &t) const
 It call the copy function for each property.
 

Data Fields

const e_src & src
 encapsulated source object
 
e_dst & dst
 encapsulated destination object
 

Constructor & Destructor Documentation

◆ copy_cpu_encap_encap()

template<typename e_src , typename e_dst >
__device__ __host__ copy_cpu_encap_encap< e_src, e_dst >::copy_cpu_encap_encap ( const e_src &  src,
e_dst &  dst 
)
inline

constructor

Parameters
srcsource encapsulated object
dstsource encapsulated object

Definition at line 110 of file Encap.hpp.

Member Function Documentation

◆ operator()()

template<typename e_src , typename e_dst >
template<typename T >
__device__ __host__ void copy_cpu_encap_encap< e_src, e_dst >::operator() ( T &  t) const
inline

It call the copy function for each property.

Definition at line 136 of file Encap.hpp.

Field Documentation

◆ dst

template<typename e_src , typename e_dst >
e_dst& copy_cpu_encap_encap< e_src, e_dst >::dst

encapsulated destination object

Definition at line 101 of file Encap.hpp.

◆ src

template<typename e_src , typename e_dst >
const e_src& copy_cpu_encap_encap< e_src, e_dst >::src

encapsulated source object

Definition at line 99 of file Encap.hpp.


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