Template specialisation for pTraits<bool>.
More...
#include <bool.H>
|
| static const bool & | null () noexcept |
| | Return reference to a (false) dummy value.
|
|
| static constexpr direction | dim = 3 |
| | Dimensionality of space.
|
| static constexpr direction | rank = 0 |
| | Rank of bool is 0.
|
| static constexpr direction | nComponents = 1 |
| | Number of components in bool is 1.
|
| static const char *const | typeName = "bool" |
| static const char *const | componentNames [] = { "" } |
| static const bool | zero = false |
| static const bool | one = true |
| static bool | dummy = false |
| | Dummy for return reference.
|
Template specialisation for pTraits<bool>.
Definition at line 71 of file bool.H.
◆ cmptType
Component type.
Definition at line 82 of file bool.H.
◆ magType
Magnitude type.
Definition at line 87 of file bool.H.
◆ pTraits() [1/2]
◆ pTraits() [2/2]
◆ null()
◆ operator bool()
◆ operator bool &()
Access the value.
Definition at line 145 of file bool.H.
◆ dim
Dimensionality of space.
Definition at line 95 of file bool.H.
◆ rank
Rank of bool is 0.
Definition at line 100 of file bool.H.
◆ nComponents
Number of components in bool is 1.
Definition at line 105 of file bool.H.
◆ typeName
| const char *const typeName = "bool" |
|
static |
◆ componentNames
| const char *const componentNames = { "" } |
|
static |
◆ zero
◆ one
◆ dummy
Dummy for return reference.
Definition at line 114 of file bool.H.
Referenced by null().
The documentation for this class was generated from the following files:
- src/OpenFOAM/primitives/bools/bool/bool.H
- src/OpenFOAM/primitives/bools/bool/bool.C
- src/OpenFOAM/primitives/complex/complex.C