#include <tuples.h>
Public Member Functions | |
quadruple (const T1 &t1=T1(), const T2 &t2=T2(), const T3 &t3=T3(), const T4 &t4=T4()) | |
bool | operator< (const quadruple &q) const |
Public Attributes | |
T1 | first |
T2 | second |
T3 | third |
T4 | fourth |
Friends | |
ostream & | operator<< (ostream &os, const quadruple &t) |
Definition at line 93 of file tuples.h.
|
|
|
Definition at line 115 of file tuples.h. References quadruple< T1, T2, T3, T4 >::first, quadruple< T1, T2, T3, T4 >::fourth, quadruple< T1, T2, T3, T4 >::second, and quadruple< T1, T2, T3, T4 >::third. |
|
|
|
Definition at line 157 of file tuples.h. Referenced by quadruple< T1, T2, T3, T4 >::operator<(). |
|
Definition at line 160 of file tuples.h. Referenced by quadruple< T1, T2, T3, T4 >::operator<(). |
|
Definition at line 158 of file tuples.h. Referenced by quadruple< T1, T2, T3, T4 >::operator<(). |
|
Definition at line 159 of file tuples.h. Referenced by quadruple< T1, T2, T3, T4 >::operator<(). |