Go to the source code of this file.
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
|
| template<class Type > |
| const Type & | operator+ (const Type &t, const zero &) |
| |
| template<class Type > |
| const Type & | operator+ (const zero &, const Type &t) |
| |
| template<class Type > |
| const Type & | operator- (const Type &t, const zero &) |
| |
| template<class Type > |
| Type | operator- (const zero &, const Type &t) |
| |
| template<class Type > |
| zero | operator* (const Type &t, const zero &) |
| |
| template<class Type > |
| zero | operator* (const zero &, const Type &t) |
| |
| template<class Type > |
| zero | operator/ (const zero &, const Type &t) |
| |
Original source file zeroI.H
Definition in file zeroI.H.