OpenFPM_data  0.1.0
Project that contain the implementation and interfaces for basic structure like vectors, grids, graph ... .
 All Data Structures Namespaces Functions Variables Typedefs Friends
to_boost_vmpl< id > Struct Template Reference

Detailed Description

template<int... id>
struct to_boost_vmpl< id >

It convert a variadic template into a boost::mpl::vector

usage:

to_boost_mpl<3,4,7,10>::type is converted into

boost::mpl::vector<int<3>,int<4>,int<7>,int<10>>

Definition at line 203 of file variadic_to_vmpl.hpp.

#include <variadic_to_vmpl.hpp>

Public Types

typedef to_boost_vmpl_impl
< id...>::type 
type
 

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