OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
has_grid_type< T, typename Void< decltype(T::grid_type)>::type > Struct Template Reference

has_grid_type check if T has defined the member grid_type More...

Detailed Description

template<typename T>
struct has_grid_type< T, typename Void< decltype(T::grid_type)>::type >

has_grid_type check if T has defined the member grid_type

Define structures with information inside

{
static const int grid_type = STAGGERED_GRID;
};
{
static const int grid_type = NORMAL_GRID;
};
{
};
This is a distributed grid.
[Define structures]

Usage on the defined structures

Definition at line 29 of file common.hpp.

#include <common.hpp>

+ Inheritance diagram for has_grid_type< T, typename Void< decltype(T::grid_type)>::type >:

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