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 infinity properties
| T | boost::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  | |
      
  | 
  inline | 
constructor
| data | vector to check | 
| id | element | 
Definition at line 331 of file se_class3_vector.hpp.
      
  | 
  inline | 
It call the copy function for each property.
| t | each member | 
Definition at line 342 of file se_class3_vector.hpp.