OpenFPM  5.2.0
Project that contain the implementation of distributed structures
boost::numeric::odeint::for_each_prop1< vector_type, index_type, op_type > Struct Template Reference

Public Member Functions

__device__ __host__ for_each_prop1 (vector_type &v, index_type &p, op_type &op)
 constructor More...
 
template<typename T >
__device__ __host__ void operator() (T &t) const
 It call the copy function for each property.
 

Data Fields

vector_typev
 
index_type & p
 
op_type & op
 

Detailed Description

template<typename vector_type, typename index_type, typename op_type>
struct boost::numeric::odeint::for_each_prop1< vector_type, index_type, op_type >

Definition at line 15 of file vector_algebra_ofp.hpp.

Constructor & Destructor Documentation

◆ for_each_prop1()

template<typename vector_type , typename index_type , typename op_type >
__device__ __host__ boost::numeric::odeint::for_each_prop1< vector_type, index_type, op_type >::for_each_prop1 ( vector_type v,
index_type &  p,
op_type &  op 
)
inline

constructor

Parameters
srcsource encapsulated object
dstdestination encapsulated object

Definition at line 28 of file vector_algebra_ofp.hpp.


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