#include <tuples.h>
Public Member Functions | |
| quintuple (const T1 &t1=T1(), const T2 &t2=T2(), const T3 &t3=T3(), const T4 &t4=T4(), const T5 &t5=T5()) | |
| bool | operator< (const quintuple &q) const |
Public Attributes | |
| T1 | first |
| T2 | second |
| T3 | third |
| T4 | fourth |
| T4 | fifth |
Friends | |
| ostream & | operator<< (ostream &os, const quintuple &t) |
Definition at line 190 of file tuples.h.
|
||||||||||||||||||||||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||
|
|
|
|||||
|
Definition at line 264 of file tuples.h. Referenced by quintuple< Word, Word, Word, Word, Word >::operator<(). |
|
|||||
|
Definition at line 260 of file tuples.h. Referenced by quintuple< Word, Word, Word, Word, Word >::operator<(). |
|
|||||
|
Definition at line 263 of file tuples.h. Referenced by quintuple< Word, Word, Word, Word, Word >::operator<(). |
|
|||||
|
Definition at line 261 of file tuples.h. Referenced by quintuple< Word, Word, Word, Word, Word >::operator<(). |
|
|||||
|
Definition at line 262 of file tuples.h. Referenced by quintuple< Word, Word, Word, Word, Word >::operator<(). |
1.4.6