This is a container to create a general object. More...
#include <object_creator.hpp>
Public Types | |
| typedef v | type |
| typedef boost::fusion::result_of::size< v >::type | size_tpy |
Static Public Member Functions | |
| static bool | noPointers () |
Data Fields | |
| type | data |
Static Public Attributes | |
| static const int | max_prop = size_tpy::value |
This is a container to create a general object.
For object we mean an object that follow the OpenFPM data structure format, see openFPM_data wiki for more information
| Is | a boost::fusion::vector with the properties selected |
Definition at line 172 of file object_creator.hpp.