#include <vdbl_triple.h>
Inheritance diagram for triple< _T1, _T2, _T3 >:


Public Types | |
| typedef _T1 | first_type |
| type of first entry | |
| typedef _T2 | second_type |
| typedef _T3 | third_type |
third_type is the second bound type | |
Public Methods | |
| triple (const _T1 &__a, const _T2 &__b, const _T3 &__c) | |
| template<class _U1, class _U2, class _U3> | triple (const triple< _U1, _U2, _U3 > &__t) |
Public Attributes | |
| _T1 | first |
| first entry | |
| _T2 | second |
| _T3 | third |
third is a copy of the second object | |
std::pair.
Definition at line 41 of file vdbl_triple.h.
|
|||||
|
Definition at line 43 of file vdbl_triple.h. |
|
|||||
|
Definition at line 45 of file vdbl_triple.h. |
|
||||||||||||||||||||
|
Three objects may be passed to a Definition at line 68 of file vdbl_triple.h. |
|
||||||||||||||
|
There is also a templated copy constructor for the Definition at line 75 of file vdbl_triple.h. |
|
|||||
|
Definition at line 50 of file vdbl_triple.h. |
|
|||||
|
Definition at line 52 of file vdbl_triple.h. |
1.2.18