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 element of the boost::vector the operator() is called
T | Type of memory allocator |
Mem_type | Memory type |
Definition at line 89 of file grid_base_impl_layout.hpp.
#include <grid_base_impl_layout.hpp>
Public Member Functions | |
frswap_nomode (s_m &swap_dst, s_m &swap_src) | |
constructor | |
template<typename T > | |
void | operator() (T &t) const |
It call the allocate function for each member. | |
Data Fields | |
s_m & | swap_src |
s_m & | swap_dst |
|
inline |
constructor
Definition at line 95 of file grid_base_impl_layout.hpp.
|
inline |
It call the allocate function for each member.
Definition at line 101 of file grid_base_impl_layout.hpp.
s_m& frswap_nomode< s_m, Mem_type >::swap_dst |
Definition at line 92 of file grid_base_impl_layout.hpp.
s_m& frswap_nomode< s_m, Mem_type >::swap_src |
Definition at line 91 of file grid_base_impl_layout.hpp.