

Go to the source code of this file.
Classes | |
| class | zero |
| A class representing the concept of 0 (zero) that can be used to avoid manipulating objects known to be zero at compile-time. It is also used for tagged dispatch. More... | |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| constexpr Istream & | operator>> (Istream &is, zero &) noexcept |
| Read from Istream consumes no content. More... | |
Variables | |
| static constexpr const zero | Zero |
| Global zero (0) More... | |