#include <tuples.h>
Public Member Functions | |
| triple (const T1 &t1=T1(), const T2 &t2=T2(), const T3 &t3=T3()) | |
| bool | operator== (const triple &t) const |
| bool | operator!= (const triple &t) const |
| bool | operator> (const triple &t) const |
| bool | operator< (const triple &t) const |
Public Attributes | |
| T1 | first |
| T2 | second |
| T3 | third |
Friends | |
| ostream & | operator<< (ostream &os, const triple &t) |
Definition at line 17 of file tuples.h.
|
||||||||||||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||
|
|
|
|||||
|
|||||
|
|||||
1.4.6