one.H File Reference
Include dependency graph for one.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  one
 A class representing the concept of 1 (one) that can be used to avoid manipulating objects known to be one at compile-time. It is also used for tagged dispatch. More...
 
class  one::minus
 A class representing the concept of -1. More...
 
class  one::null
 A Foam::one class with a null output adapter. More...
 

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
 

Functions

constexpr Istream & operator>> (Istream &is, one &) noexcept
 Read from Istream consumes no content. More...
 
constexpr Istream & operator>> (Istream &is, one::minus &) noexcept
 Read from Istream consumes no content. More...
 
constexpr Ostream & operator<< (Ostream &os, const one::null &) noexcept
 Write to Ostream emits no content. More...
 

Variables

static constexpr const one One
 Global one (1) More...
 

Detailed Description

Original source file one.H

Definition in file one.H.