OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
propCheckINF< vector > Struct Template Reference

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

Detailed Description

template<typename vector>
struct propCheckINF< vector >

this class is a functor for "for_each" algorithm

This class is a functor for "for_each" algorithm. For each property it check that there are not infinity properties

Parameters
Tboost::fusion::vector

Definition at line 316 of file se_class3_vector.hpp.

#include <se_class3_vector.hpp>

Public Member Functions

 propCheckINF (const vector &data, size_t id)
 constructor More...
 
template<typename T >
void operator() (T &t) const
 It call the copy function for each property. More...
 

Data Fields

const vector & data
 Data to check.
 
size_t id
 id
 

Constructor & Destructor Documentation

template<typename vector>
propCheckINF< vector >::propCheckINF ( const vector &  data,
size_t  id 
)
inline

constructor

Parameters
datavector to check
idelement

Definition at line 331 of file se_class3_vector.hpp.

Member Function Documentation

template<typename vector>
template<typename T >
void propCheckINF< vector >::operator() ( T &  t) const
inline

It call the copy function for each property.

Parameters
teach member

Definition at line 342 of file se_class3_vector.hpp.


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