#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 113 of file tuples.h.
|
||||||||||||||||||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||
|
|
|
|||||
|
Definition at line 177 of file tuples.h. Referenced by quadruple< Word, Word, Word, Word >::operator<(). |
|
|||||
|
Definition at line 180 of file tuples.h. Referenced by quadruple< Word, Word, Word, Word >::operator<(). |
|
|||||
|
Definition at line 178 of file tuples.h. Referenced by quadruple< Word, Word, Word, Word >::operator<(). |
|
|||||
|
Definition at line 179 of file tuples.h. Referenced by quadruple< Word, Word, Word, Word >::operator<(). |
1.4.6