Go to the source code of this file.
|
class | Instant< T > |
| A tuple of value and key. The value often corresponds to a time value, thus the naming of the class. The key will usually be a time name or a file name etc. More...
|
|
struct | Instant< T >::less |
|
|
template<class T > |
Istream & | operator>> (Istream &is, Instant< T > &inst) |
|
template<class T > |
Ostream & | operator<< (Ostream &os, const Instant< T > &inst) |
|
template<class T1 , class T2 > |
bool | operator== (const Instant< T1 > &a, const Instant< T2 > &b) |
|
template<class T1 , class T2 > |
bool | operator!= (const Instant< T1 > &a, const Instant< T2 > &b) |
|
template<class T1 , class T2 > |
bool | operator< (const Instant< T1 > &a, const Instant< T2 > &b) |
|
template<class T1 , class T2 > |
bool | operator> (const Instant< T1 > &a, const Instant< T2 > &b) |
|
Original source file Instant.H
Definition in file Instant.H.