OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
seq_traits_impl< Seq > Struct Template Reference

implementation of seq_traits More...

Detailed Description

template<typename Seq>
struct seq_traits_impl< Seq >

implementation of seq_traits

Definition at line 78 of file variadic_to_vmpl.hpp.

#include <variadic_to_vmpl.hpp>

Public Types

typedef boost::mpl::begin< Seq >::type first_
 first element
 
typedef boost::mpl::end< Seq >::type last_
 Last element.
 
typedef exit_impl< first_, last_ >::type exit_
 exit condition (first == last)
 

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