Traits of type int.
More...
#include <capd/basicalg/TypeTraits.h>
|
| using | Real = int |
| |
| using | T = int |
| |
|
| static constexpr T | max (T a, T b) noexcept |
| |
| static constexpr T | min (T a, T b) noexcept |
| |
| static int | zero () |
| | returns object set to zero More...
|
| |
| static int | one () |
| | returns object set to one More...
|
| |
| static int | numberOfDigits () throw () |
| | number of decimal digits More...
|
| |
| static int | epsilon () throw () |
| | Machine epsilon (the difference between 1 and the least value greater than 1 that is representable). More...
|
| |
| static int | convert (const S &obj) |
| |
| static constexpr int | abs (int a) noexcept |
| |
| static bool | isSingular (int a) |
| |
◆ Real
◆ abs()
|
|
inlinestaticconstexprnoexceptinherited |
◆ convert()
◆ epsilon()
Machine epsilon (the difference between 1 and the least value greater than 1 that is representable).
◆ isSingular()
◆ max()
|
|
inlinestaticconstexprnoexcept |
◆ min()
|
|
inlinestaticconstexprnoexcept |
◆ numberOfDigits()
◆ one()
returns object set to one
◆ zero()
returns object set to zero
◆ isInterval
this flag is true for all interval types
The documentation for this struct was generated from the following file: