Go to the source code of this file.
Classes | |
struct | Triplet< T1, T2, T3 > |
triplet is identical to stl::pair exceot that it has three members instead of two (first, second, third). More... | |
Functions | |
template<class T1, class T2, class T3> | |
Triplet< T1, T2, T3 > | make_Triplet (const T1 &x, const T2 &y, const T3 &z) |
template<class T1, class T2, class T3> | |
bool | operator< (const Triplet< T1, T2, T3 > &x, const Triplet< T1, T2, T3 > &y) |
template<class T1, class T2, class T3> | |
bool | operator== (const Triplet< T1, T2, T3 > &x, const Triplet< T1, T2, T3 > &y) |
Triplet<T1, T2, T3> make_Triplet | ( | const T1 & | x, | |
const T2 & | y, | |||
const T3 & | z | |||
) | [inline] |
bool operator== | ( | const Triplet< T1, T2, T3 > & | x, | |
const Triplet< T1, T2, T3 > & | y | |||
) | [inline] |
Definition at line 27 of file Triplet.h.
References Triplet< T1, T2, T3 >::first, Triplet< T1, T2, T3 >::second, and Triplet< T1, T2, T3 >::third.