<mp-units/math.h>
template<
auto R,
auto PO,
typename Rep>
requires requires(quantity<R, Rep> q) { isnan(q); }
[[nodiscard]]
constexpr
bool
isnan(quantity_point<R, PO, Rep> const& a) noexcept;
Name | Description |
---|---|
a: | Quantity point to analyze. |
a | A quantity point |