OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
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
 
template<typename T >
void operator() (T &t)
 It call the copy function for each property.
 

Data Fields

ORBorb
 

Constructor & Destructor Documentation

◆ bisect_unroll()

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

constructor

Definition at line 29 of file ORB.hpp.

Member Function Documentation

◆ operator()()

template<unsigned int dim, typename ORB >
template<typename T >
void bisect_unroll< dim, ORB >::operator() ( T &  t)
inline

It call the copy function for each property.

Definition at line 35 of file ORB.hpp.

Field Documentation

◆ orb

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

Definition at line 24 of file ORB.hpp.


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