TooN Algorithm Library - tag  0.2
tag::V_list< C, D > Struct Template Reference

#include <tuple.h>

Collaboration diagram for tag::V_list< C, D >:
Collaboration graph

Detailed Description

template<class C, class D>
struct tag::V_list< C, D >

This is a Tuple/typelist class where members are stored by value. It is designed primarily allowing multiple return values from functions. See ``Tuple types of arbitrary length'', make_vtuple and make_rtuple. You probably do not waht to use this class directly, since it is rather cumbersome. See tag::V_list.


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