Loading...
Searching...
No Matches
Instant.H File Reference
Include dependency graph for Instant.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Instant< T >
 A tuple of scalar 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
 Less function for sorting. Compares values only. More...

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Functions

template<class T1, class T2>
bool operator== (const Instant< T1 > &a, const Instant< T2 > &b) noexcept
 True if instant values are equal within rounding tolerance.
template<class T1, class T2>
bool operator!= (const Instant< T1 > &a, const Instant< T2 > &b) noexcept
 True if instant values are not equal within rounding tolerance.
template<class T1, class T2>
bool operator< (const Instant< T1 > &a, const Instant< T2 > &b) noexcept
template<class T1, class T2>
bool operator> (const Instant< T1 > &a, const Instant< T2 > &b) noexcept
template<class T>
Istreamoperator>> (Istream &is, Instant< T > &inst)
 Read instant tuple from Istream.
template<class T>
Ostreamoperator<< (Ostream &os, const Instant< T > &inst)
 Write instant tuple to Ostream.

Detailed Description

Original source file Instant.H

Definition in file Instant.H.