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

Partial specialization for 2- tuple (equivalent to std::pair) More...

#include <tuple.h>

Public Types

typedef T1 first_type
 
typedef T2 second_type
 

Public Member Functions

 tuple (first_type fi, second_type se)
 

Public Attributes

first_type first
 
second_type second
 

Detailed Description

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

Partial specialization for 2- tuple (equivalent to std::pair)


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