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 a range_c the operator() is called. Is mainly used to unroll the bisect cycle inside one ORB cycle
#include <ORB.hpp>
Public Member Functions | |
bisect_unroll (ORB &orb) | |
constructor | |
template<typename T > | |
void | operator() (T &t) |
It call the copy function for each property. | |
Data Fields | |
ORB & | orb |
|
inline |
|
inline |
ORB& bisect_unroll< dim, ORB >::orb |