OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
boost::numeric::odeint::for_each_prop_resize< S1, S2 > Struct Template Reference

Detailed Description

template<typename S1, typename S2>
struct boost::numeric::odeint::for_each_prop_resize< S1, S2 >

Definition at line 566 of file vector_algebra_ofp.hpp.

Public Member Functions

 for_each_prop_resize (S1 &v1, S2 &v2)
 constructor
 
template<typename T >
void operator() (T &t) const
 It call the copy function for each property.
 

Data Fields

S1 & v1
 
S2 & v2
 

Constructor & Destructor Documentation

◆ for_each_prop_resize()

template<typename S1 , typename S2 >
boost::numeric::odeint::for_each_prop_resize< S1, S2 >::for_each_prop_resize ( S1 &  v1,
S2 &  v2 
)
inline

constructor

Parameters
srcsource encapsulated object
dstdestination encapsulated object

Definition at line 576 of file vector_algebra_ofp.hpp.

Member Function Documentation

◆ operator()()

template<typename S1 , typename S2 >
template<typename T >
void boost::numeric::odeint::for_each_prop_resize< S1, S2 >::operator() ( T &  t) const
inline

It call the copy function for each property.

Definition at line 581 of file vector_algebra_ofp.hpp.

Field Documentation

◆ v1

template<typename S1 , typename S2 >
S1& boost::numeric::odeint::for_each_prop_resize< S1, S2 >::v1

Definition at line 567 of file vector_algebra_ofp.hpp.

◆ v2

template<typename S1 , typename S2 >
S2& boost::numeric::odeint::for_each_prop_resize< S1, S2 >::v2

Definition at line 568 of file vector_algebra_ofp.hpp.


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