OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
merge_< Tdst, Tsrc > Struct Template Reference

This structure define the operation add to use with copy general. More...

Detailed Description

template<typename Tdst, typename Tsrc>
struct merge_< Tdst, Tsrc >

This structure define the operation add to use with copy general.

Template Parameters
Tdstdestination object type
Tsrcsource object type

Definition at line 67 of file copy_general.hpp.

#include <copy_general.hpp>

Static Public Member Functions

static void operation (Tdst &dst, const Tsrc &src)
 Defition of the add operation. More...
 

Member Function Documentation

template<typename Tdst , typename Tsrc >
static void merge_< Tdst, Tsrc >::operation ( Tdst &  dst,
const Tsrc &  src 
)
inlinestatic

Defition of the add operation.

Parameters
dstDestination object
srcSource object

Definition at line 75 of file copy_general.hpp.


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