OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
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
 

Member Typedef Documentation

◆ type

template<typename T , bool is_point = is_Point<T>::value>
typedef boost::mpl::int_<std::rank<T>::value> rank_gen< T, is_point >::type

Definition at line 707 of file Point.hpp.


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