OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
replace_< 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 replace_< Tdst, Tsrc >

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

Template Parameters
Tdstdestination object type
Tsrcsource object type

Definition at line 121 of file copy_general.hpp.

#include <copy_general.hpp>

Static Public Member Functions

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

Member Function Documentation

◆ operation()

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

Defition of the replace operation.

Parameters
dstDestination object
srcSource object

Definition at line 129 of file copy_general.hpp.


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