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

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

Detailed Description

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

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 the selected properties applying an operation

Template Parameters
opoperation
v_srcsource object
d_srcdestination object
prpproperties

Definition at line 227 of file object_s_di.hpp.

#include <object_s_di.hpp>

Public Types

typedef to_boost_vmpl< prp... >::type v_prp
 Convert the packed properties into an MPL vector.
 

Public Member Functions

 object_s_di_e_op_cnk (const v_src &src, v_dst &dst, size_t sub_id)
 Constructor.
 
template<typename T >
void operator() (T &t)
 It call the functor for each member.
 

Data Fields

const v_src & src
 Source object.
 
v_dst & dst
 Destination object.
 
size_t sub_id
 element id
 

Member Typedef Documentation

◆ v_prp

template<template< typename, typename > class op, typename v_src , typename v_dst , int... prp>
typedef to_boost_vmpl<prp...>::type object_s_di_e_op_cnk< op, v_src, v_dst, prp >::v_prp

Convert the packed properties into an MPL vector.

Definition at line 230 of file object_s_di.hpp.

Constructor & Destructor Documentation

◆ object_s_di_e_op_cnk()

template<template< typename, typename > class op, typename v_src , typename v_dst , int... prp>
object_s_di_e_op_cnk< op, v_src, v_dst, prp >::object_s_di_e_op_cnk ( const v_src &  src,
v_dst &  dst,
size_t  sub_id 
)
inline

Constructor.

Parameters
srcsource object
dstdestination object

Definition at line 247 of file object_s_di.hpp.

Member Function Documentation

◆ operator()()

template<template< typename, typename > class op, typename v_src , typename v_dst , int... prp>
template<typename T >
void object_s_di_e_op_cnk< op, v_src, v_dst, prp >::operator() ( T &  t)
inline

It call the functor for each member.

Definition at line 266 of file object_s_di.hpp.

Field Documentation

◆ dst

template<template< typename, typename > class op, typename v_src , typename v_dst , int... prp>
v_dst& object_s_di_e_op_cnk< op, v_src, v_dst, prp >::dst

Destination object.

Definition at line 236 of file object_s_di.hpp.

◆ src

template<template< typename, typename > class op, typename v_src , typename v_dst , int... prp>
const v_src& object_s_di_e_op_cnk< op, v_src, v_dst, prp >::src

Source object.

Definition at line 233 of file object_s_di.hpp.

◆ sub_id

template<template< typename, typename > class op, typename v_src , typename v_dst , int... prp>
size_t object_s_di_e_op_cnk< op, v_src, v_dst, prp >::sub_id

element id

Definition at line 239 of file object_s_di.hpp.


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