OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
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 54 of file create_vmpl_sequence.hpp.

#include <variadic_to_vmpl.hpp>

Public Types

typedef boost::mpl::begin< Seq >
::type 
first_
 
typedef boost::mpl::end< Seq >
::type 
last_
 
typedef exit_impl< first_,
last_ >::type 
exit_
 
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 files: