@@ -32,31 +32,3 @@ Specializations are allowed to be mapped or use internally STL, Boost, OpenFPM_d
...
@@ -32,31 +32,3 @@ Specializations are allowed to be mapped or use internally STL, Boost, OpenFPM_d
### [Iterators](Iterators)
### [Iterators](Iterators)
### [Template](Template order)
### [Template](Template order)
### Template parameter oder
Template parameters must follow an order, first come the specific template parameters, than the basic object the structure is storing in the following order, memory pool, ordering, implementation
Example
```cpp
/*!
*
* \brief This is an N-dimensional grid or an N-dimensional array working on CPU
*
* This is an N-Dimensional grid or an N-dimensional array working on CPU
The following is the class signature for multi array, first come the class specific parameters, in this case the dimensionality of the grid, than come the Generic object that store than the Memory pool and implementation detail (Ordering is not present, but is going to change)