OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
check_types< v > Struct Template Reference

functor for for_each algorithm More...

Detailed Description

template<typename v>
struct check_types< v >

functor for for_each algorithm

It print a warnings for each properties that does not have noPointers method

Template Parameters
voriginal boost::fusion::vector with the properties

Definition at line 23 of file object_creator.hpp.

#include <object_creator.hpp>

Public Member Functions

 check_types (size_t &ret)
 
template<typename T >
void operator() (T &t)
 

Data Fields

size_t & ret
 

Constructor & Destructor Documentation

◆ check_types()

template<typename v >
check_types< v >::check_types ( size_t &  ret)
inline

Definition at line 27 of file object_creator.hpp.

Member Function Documentation

◆ operator()()

template<typename v >
template<typename T >
void check_types< v >::operator() ( T &  t)
inline

Definition at line 34 of file object_creator.hpp.

Field Documentation

◆ ret

template<typename v >
size_t& check_types< v >::ret

Definition at line 25 of file object_creator.hpp.


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