OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
is_grid_staggered< T, false > Struct Template Reference

is_grid_staggered analyse T if it has a property that define the type of grid More...

Detailed Description

template<typename T>
struct is_grid_staggered< T, false >

is_grid_staggered analyse T if it has a property that define the type of grid

This struct define a method value that return id T define a staggered or normal grid

Structures that define a grid type

Usage on the defined structures

Definition at line 71 of file common.hpp.

#include <common.hpp>

Static Public Member Functions

static bool value ()
 Return true if the grid is staggered.
 

Member Function Documentation

◆ value()

template<typename T >
static bool is_grid_staggered< T, false >::value ( )
inlinestatic

Return true if the grid is staggered.

If T define a staggered grid return true, if define a NORMAL grid or does not define any grid type return false

Returns
true in case the grid type is staggered

Definition at line 82 of file common.hpp.


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