|
electro 0.3.0
Type-safe electrical units library modeled after std::chrono
|
Provides special values for quantity representations. More...
#include <electro/electro.hpp>
Static Public Member Functions | |
| static constexpr Rep | zero () noexcept |
| Returns a zero quantity. | |
| static constexpr Rep | max () noexcept |
| Returns the maximum representable quantity. | |
| static constexpr Rep | min () noexcept |
| Returns the minimum representable quantity. | |
Provides special values for quantity representations.
| Rep | The representation type. |
Definition at line 133 of file electro.hpp.
|
inlinestaticconstexprnoexcept |
Returns the maximum representable quantity.
Definition at line 138 of file electro.hpp.
|
inlinestaticconstexprnoexcept |
Returns the minimum representable quantity.
Definition at line 141 of file electro.hpp.
|
inlinestaticconstexprnoexcept |
Returns a zero quantity.
Definition at line 135 of file electro.hpp.
References electro::treat_as_inexact_v.