Stxxl  1.3.2
Public Types | Public Member Functions | Public Attributes | List of all members
tuple< T1, T2, T3, T4, Plug, Plug > Struct Template Reference

Partial specialization for 4- tuple. More...

#include <tuple.h>

Public Types

typedef T1 first_type
 
typedef T2 second_type
 
typedef T3 third_type
 
typedef T4 fourth_type
 

Public Member Functions

 tuple (first_type fir, second_type sec, third_type thi, fourth_type fou)
 

Public Attributes

first_type first
 
second_type second
 
third_type third
 
fourth_type fourth
 

Detailed Description

template<class T1, class T2, class T3, class T4>
struct tuple< T1, T2, T3, T4, Plug, Plug >

Partial specialization for 4- tuple.


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