ViennaGrid - The Vienna Grid Library  2.1.0
Public Types
typelist< HeadT, TailT > Struct Template Reference

Implementation of a typelist as described by Alexandrescu in his book "Modern C++ Programming". More...

#include <typelist.hpp>

Public Types

typedef HeadT head
typedef TailT tail

Detailed Description

template<class HeadT, class TailT>
struct viennagrid::typelist< HeadT, TailT >

Implementation of a typelist as described by Alexandrescu in his book "Modern C++ Programming".


Member Typedef Documentation

typedef HeadT head
typedef TailT tail

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