OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
extends< T[N1][N2][N3][N4]> Struct Template Reference

Partial specialization for N=4. More...

Detailed Description

template<typename T, size_t N1, size_t N2, size_t N3, size_t N4>
struct extends< T[N1][N2][N3][N4]>

Partial specialization for N=4.

Definition at line 163 of file staggered_dist_grid_util.hpp.

#include <staggered_dist_grid_util.hpp>

Static Public Member Functions

static size_t mul ()
 number of elements
 
static size_t dim ()
 

Member Function Documentation

◆ dim()

template<typename T , size_t N1, size_t N2, size_t N3, size_t N4>
static size_t extends< T[N1][N2][N3][N4]>::dim ( )
inlinestatic

number of indexes

Returns
4

Definition at line 176 of file staggered_dist_grid_util.hpp.

◆ mul()

template<typename T , size_t N1, size_t N2, size_t N3, size_t N4>
static size_t extends< T[N1][N2][N3][N4]>::mul ( )
inlinestatic

number of elements

Definition at line 166 of file staggered_dist_grid_util.hpp.


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