template<typename e_src, typename e_dst>
struct compare_cpu_encap_encap< e_src, e_dst >
this class is a functor for "for_each" algorithm
This class is a functor for "for_each" algorithm. For each element of the boost::vector the operator() is called. Is mainly used to copy one encap into another encap object
- Template Parameters
-
Definition at line 347 of file Encap.hpp.
template<typename e_src , typename e_dst >
template<typename T >
It call the copy function for each property.
- Parameters
-
This is the type of the object we have to copy
Remove the reference from the type to copy
Definition at line 396 of file Encap.hpp.