|
NiHu
2.0
|
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 | |
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.