OpenFPM_data  0.1.0
Project that contain the implementation and interfaces for basic structure like vectors, grids, graph ... .
 All Data Structures Namespaces Functions Variables Typedefs Friends
is_grid< T, typename Void< typename T::yes_i_am_grid >::type > Struct Template Reference

is_grid check if the type is a grid More...

Detailed Description

template<typename T>
struct is_grid< T, typename Void< typename T::yes_i_am_grid >::type >

is_grid check if the type is a grid

Example

return true if T is a grid

Definition at line 27 of file util.hpp.

#include <util.hpp>

+ Inheritance diagram for is_grid< T, typename Void< typename T::yes_i_am_grid >::type >:

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