OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
copy_cpu_encap_encap_op_prp< op, e_src, e_dst, prp > Struct Template Reference

It copy two encap object. More...

Detailed Description

template<template< typename, typename > class op, typename e_src, typename e_dst, int... prp>
struct copy_cpu_encap_encap_op_prp< op, e_src, e_dst, prp >

It copy two encap object.

Definition at line 88 of file Encap.hpp.

#include <Encap.hpp>

Public Member Functions

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

Data Fields

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

Constructor & Destructor Documentation

template<template< typename, typename > class op, typename e_src , typename e_dst , int... prp>
copy_cpu_encap_encap_op_prp< op, e_src, e_dst, prp >::copy_cpu_encap_encap_op_prp ( const e_src &  src,
e_dst &  dst 
)
inline

constructor

Parameters
srcsource encapsulated object
dstdestination encapsulated object

Definition at line 103 of file Encap.hpp.


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