NiHu  2.0
tmp::vector< Args > Struct Template Reference

Compile time vector with an arbitrary number of arguments. More...

#include <vector.hpp>

Public Types

typedef vector type
 self returning
 
typedef vector_tag tag
 the tag for algorithm selection
 
typedef std::tuple< Args... > impl
 the underlying std::tuple container
 

Detailed Description

template<class... Args>
struct tmp::vector< Args >

Compile time vector with an arbitrary number of arguments.

the implementation is now based on std::tuple

Definition at line 42 of file vector.hpp.


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