OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
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
 
template<typename T >
void operator() (T &t) const
 It call the copy function for each property.
 

Data Fields

const vector & data
 Data to check.
 
size_t id
 id
 

Constructor & Destructor Documentation

◆ propCheckINF()

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

◆ operator()()

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.

Field Documentation

◆ data

template<typename vector >
const vector& propCheckINF< vector >::data

Data to check.

Definition at line 319 of file se_class3_vector.hpp.

◆ id

template<typename vector >
size_t propCheckINF< vector >::id

id

Definition at line 322 of file se_class3_vector.hpp.


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