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_vector< T, typename Void< typename T::yes_i_am_vector >::type > Struct Template Reference

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

Detailed Description

template<typename T>
struct is_vector< T, typename Void< typename T::yes_i_am_vector >::type >

is_grid check if the type is a vector

Example

return true if T is a vector

Definition at line 27 of file util.hpp.

#include <util.hpp>

+ Inheritance diagram for is_vector< T, typename Void< typename T::yes_i_am_vector >::type >:

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