claw::meta::type_list< Head, Queue > Struct Template Reference

Use this class to make a list of types. More...

#include <meta.hpp>

List of all members.

Public Types

typedef Head head_type
typedef Queue queue_type

Detailed Description

template<typename Head, typename Queue>
struct claw::meta::type_list< Head, Queue >

Use this class to make a list of types.

Template parameters

All type_list methods suppose that the list ends withe the type no_type.

Example

type_list< int, typelist<float, no_type> > is a list of two types. The last type (no_type) is used to indicate the end of the list.

Author:
Julien Jorge

Definition at line 88 of file meta.hpp.


Member Typedef Documentation

template<typename Head , typename Queue >
typedef Head claw::meta::type_list< Head, Queue >::head_type

Definition at line 90 of file meta.hpp.

template<typename Head , typename Queue >
typedef Queue claw::meta::type_list< Head, Queue >::queue_type

Definition at line 91 of file meta.hpp.


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

Generated on 9 Nov 2009 for CLAW Library (a C++ Library Absolutely Wonderful) by  doxygen 1.6.1