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
generate_array_vector< T, F > Struct Template Reference

Main class to generate an array from a boost::mpl::vector of numbers. More...

Detailed Description

template<class T, class F>
struct generate_array_vector< T, F >

Main class to generate an array from a boost::mpl::vector of numbers.

Main class to generate an array from a boost::mpl::vector of numbers

Usage:

boost::mpl::vector<int_<4>,int<4>,......> v

typdef generate_array_vector<size_t,v>::result B;

B is an array or size_t of two element {4,4}

Parameters
Ttype of the output buffer
Fboost::mpl::vector

Definition at line 148 of file ct_array.hpp.

#include <ct_array.hpp>

Public Types

typedef
generate_array_vector_impl< T,
boost::mpl::size< F >::value-1,
F >::result 
result
 

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