OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
noPointers_sequence_impl< v, p1 > Struct Template Reference

Implementation of noPointer_sequence_impl. More...

Detailed Description

template<typename v, int p1>
struct noPointers_sequence_impl< v, p1 >

Implementation of noPointer_sequence_impl.

specialization for last properties

Template Parameters
voriginal boost::fusion::vector
p1property we are considering

Definition at line 134 of file object_creator.hpp.

#include <object_creator.hpp>

Public Types

typedef std::remove_reference< typename std::remove_pointer< typename boost::mpl::at< v, boost::mpl::int_< p1 > >::type >::type >::type obj_type
 
typedef conditional_push< boost::mpl::vector<>, boost::mpl::int_< p1 >, !has_noPointers< obj_type >::value &&!std::is_fundamental< obj_type >::value >::type type
 

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