Returns this quantity point re‐expressed with another representation type, in the same unit.
Synopsis
Declared in <mp‐units/framework/quantity_point.h>
template<RepresentationOf<quantity_spec> ToRep>
requires detail::RepConstructibleFrom<ToRep, rep>
[[nodiscard]]
constexpr
QuantityPointOf<quantity_spec> auto
in() const;
Return Value
The equivalent quantity point with representation type ToRep.
|
Note
|
The return value should not be discarded. |
Created with MrDocs