this class is a functor for "for_each" algorithm More...
this class is a functor for "for_each" algorithm
It compare a boost::fusion::vector with another boost::fusion::vector
Definition at line 17 of file compare_fusion_vector.hpp.
#include <compare_fusion_vector.hpp>
Public Member Functions | |
| compare_fusion_vector (const bfv &src, const bfv &dst) | |
| constructor  More... | |
| template<typename T > | |
| void | operator() (T &t) | 
| It call the copy function for each property.  | |
| bool | result () | 
| Returh the result of the comparison.  More... | |
Data Fields | |
| bool | eq | 
| const bfv & | src | 
| const bfv & | dst | 
      
  | 
  inline | 
constructor
It define the elements to compare.
| obj | object we have to set in grid_dst | 
Definition at line 31 of file compare_fusion_vector.hpp.
      
  | 
  inline | 
Returh the result of the comparison.
Definition at line 67 of file compare_fusion_vector.hpp.