OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
rank_gen< T, is_point > Struct Template Reference

like std::rank but it also work for openfpm structures like Point where it return 1 More...

Detailed Description

template<typename T, bool is_point = is_Point<T>::value>
struct rank_gen< T, is_point >

like std::rank but it also work for openfpm structures like Point where it return 1

Template Parameters
Tstructure to check

Definition at line 705 of file Point.hpp.

#include <Point.hpp>

Public Types

typedef boost::mpl::int_< std::rank< T >::value > type
 

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