OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
decrement_memory< vector_type > Struct Template Reference

Detailed Description

template<typename vector_type>
struct decrement_memory< vector_type >

Definition at line 225 of file vector_dist.hpp.

Public Member Functions

 decrement_memory (vector_type &v)
 constructor More...
 
template<typename T >
void operator() (T &t) const
 It call the copy function for each property. More...
 

Data Fields

vector_typev
 vector
 

Constructor & Destructor Documentation

◆ decrement_memory()

template<typename vector_type >
decrement_memory< vector_type >::decrement_memory ( vector_type v)
inline

constructor

Parameters
srcencapsulated object1
dstencapsulated object2

Definition at line 238 of file vector_dist.hpp.

Member Function Documentation

◆ operator()()

template<typename vector_type >
template<typename T >
void decrement_memory< vector_type >::operator() ( T &  t) const
inline

It call the copy function for each property.

Parameters
teach member

Definition at line 249 of file vector_dist.hpp.


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