OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
prp_all_zero< T, true, prp ... > Struct Template Reference

Detailed Description

template<typename T, int ... prp>
struct prp_all_zero< T, true, prp ... >

Structure to convert a variadic template into boost::mpl::vector when sizeof...(prp) == 0

Definition at line 24 of file prp_all_zero.hpp.

#include <prp_all_zero.hpp>

Public Types

typedef boost::mpl::range_c< int, 0, boost::mpl::size< typenameT::type >::type::value >::type type
 mpl vector
 

Member Typedef Documentation

◆ type

template<typename T , int ... prp>
typedef boost::mpl::range_c<int,0,boost::mpl::size<typenameT::type>::type::value>::type prp_all_zero< T, true, prp ... >::type

mpl vector

Definition at line 27 of file prp_all_zero.hpp.


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