this class is a functor for "for_each" algorithm More...
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 NAN properties
| T | boost::fusion::vector | 
Definition at line 266 of file se_class3_vector.hpp.
#include <se_class3_vector.hpp>
Public Member Functions | |
| propCheckNAN (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 | 
| Element to check.  | |
      
  | 
  inline | 
constructor
| data | vector to check for Nan properties | 
| id | element to check | 
Definition at line 280 of file se_class3_vector.hpp.
      
  | 
  inline | 
It call the copy function for each property.
| t | each member | 
Definition at line 291 of file se_class3_vector.hpp.