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

Detailed Description

template<class T, int ... prp>
struct has_pack_encap< T, prp >

Definition at line 19 of file has_pack_encap.hpp.

Public Types

typedef prp_all_zero< T, sizeof...(prp)==0, prp... >::type vprp
 
typedef has_pack_agg_impl< typenameT::T_type, sizeof...(prp), boost::mpl::bool_< false >, vprp >::result result
 

Member Typedef Documentation

◆ result

template<class T , int ... prp>
typedef has_pack_agg_impl<typenameT::T_type,sizeof...(prp),boost::mpl::bool_<false>,vprp>::result has_pack_encap< T, prp >::result

Definition at line 23 of file has_pack_encap.hpp.

◆ vprp

template<class T , int ... prp>
typedef prp_all_zero<T,sizeof...(prp)==0,prp...>::type has_pack_encap< T, prp >::vprp

Definition at line 21 of file has_pack_encap.hpp.


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