OpenFPM  5.2.0
Project that contain the implementation of distributed structures
bisect_unroll< dim, ORB > Struct Template Reference

this class is a functor for "for_each" algorithm More...

#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

ORBorb
 

Detailed Description

template<unsigned int dim, typename ORB>
struct bisect_unroll< dim, ORB >

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

Definition at line 22 of file ORB.hpp.


The documentation for this struct was generated from the following file: