Template specialization for pTraits<int8_t>.
More...
#include <int8.H>
|
| static constexpr direction | dim = 3 |
| | Dimensionality of space.
|
| static constexpr direction | rank = 0 |
| | Rank of int8_t is 0.
|
| static constexpr direction | nComponents = 1 |
| | Number of components in int8_t is 1.
|
| static const char *const | typeName = "int8" |
| static const char *const | componentNames [] = { "" } |
| static const int8_t | zero = 0 |
| static const int8_t | one = 1 |
| static const int8_t | min = INT8_MIN |
| static const int8_t | max = INT8_MAX |
| static const int8_t | rootMax = INT8_MAX |
| static const int8_t | rootMin = INT8_MIN |
| static constexpr int8_t | min_ = INT8_MIN |
| static constexpr int8_t | max_ = INT8_MAX |
Template specialization for pTraits<int8_t>.
Definition at line 94 of file int8.H.
◆ cmptType
Component type.
Definition at line 105 of file int8.H.
◆ pTraits() [1/2]
◆ pTraits() [2/2]
◆ operator int8_t()
| operator int8_t |
( |
| ) |
const |
|
inlinenoexcept |
◆ operator int8_t &()
Access the value.
Definition at line 167 of file int8.H.
◆ dim
Dimensionality of space.
Definition at line 113 of file int8.H.
◆ rank
Rank of int8_t is 0.
Definition at line 118 of file int8.H.
◆ nComponents
Number of components in int8_t is 1.
Definition at line 123 of file int8.H.
◆ typeName
| const char *const typeName = "int8" |
|
static |
◆ componentNames
| const char *const componentNames = { "" } |
|
static |
◆ zero
◆ one
◆ min
| const int8_t min = INT8_MIN |
|
static |
◆ max
| const int8_t max = INT8_MAX |
|
static |
◆ rootMax
| const int8_t rootMax = INT8_MAX |
|
static |
◆ rootMin
| const int8_t rootMin = INT8_MIN |
|
static |
◆ min_
◆ max_
The documentation for this class was generated from the following files:
- src/OpenFOAM/primitives/ints/int8/int8.H
- src/OpenFOAM/primitives/complex/complex.C
- src/OpenFOAM/primitives/ints/int8/int8.C