OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
object_si_di_op< op, v_src, v_dst, type_copy, prp > Struct Template Reference

It copy the properties from one object to another applying an operation. More...

Detailed Description

template<template< typename, typename > class op, typename v_src, typename v_dst, int type_copy, int... prp>
struct object_si_di_op< op, v_src, v_dst, type_copy, prp >

It copy the properties from one object to another applying an operation.

Stub object

See also
object_si_di_op<v_src,v_dst,OBJ_ENCAP,prp...> object_copy<v_src,v_dst,OBJ_ENCAP,prp...>

Definition at line 142 of file object_si_di.hpp.

#include <object_si_di.hpp>

Public Member Functions

 object_si_di_op (const v_src &vs, v_dst &vd)
 Stub method.
 

Constructor & Destructor Documentation

◆ object_si_di_op()

template<template< typename, typename > class op, typename v_src , typename v_dst , int type_copy, int... prp>
object_si_di_op< op, v_src, v_dst, type_copy, prp >::object_si_di_op ( const v_src &  vs,
v_dst &  vd 
)
inline

Stub method.

Parameters
vssource object
vddestination object

Definition at line 150 of file object_si_di.hpp.


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