OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
bisect_unroll< dim, ORB > Struct Template Reference

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

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.

#include <ORB.hpp>

Public Member Functions

 bisect_unroll (ORB &orb)
 constructor More...
 
template<typename T >
void operator() (T &t)
 It call the copy function for each property.
 

Data Fields

ORB & orb
 

Constructor & Destructor Documentation

template<unsigned int dim, typename ORB>
bisect_unroll< dim, ORB >::bisect_unroll ( ORB &  orb)
inline

constructor

Definition at line 29 of file ORB.hpp.


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