#include <triplet.h>
Public Member Functions | |
| Triplet (const X &x, const Y &y, const Z &z) | |
| Constructor. | |
Public Attributes | |
| X | first |
| The first element. | |
| Y | second |
| The second element. | |
| Z | third |
| The third element. | |
This is a template that stores up to three different elements
| Triplet< X, Y, Z >::Triplet | ( | const X & | x, | |
| const Y & | y, | |||
| const Z & | z | |||
| ) | [inline] |
Constructor.
| x | The first element | |
| y | The second element | |
| z | The third element |
1.5.3