|
Stxxl 1.3.1
|
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 |
Partial specialization for 2- tuple (equivalent to std::pair)
1.7.3