#include <Tuple.H>
Inheritance diagram for Tuple< T, N >:
Public Methods | |
Tuple () | |
Tuple (const Tuple &rhs) | |
Tuple & | operator= (const Tuple &rhs) |
T & | operator[] (int i) |
const T & | operator[] (int i) const |
operator const T * () const | |
Protected Attributes | |
T | vect [N] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|