Synopsis

Declared in <mp‐units/framework/quantity_point.h>

template<
    RepresentationOf<quantity_spec> ToRep,
    /* implementation-defined */ ToU>
requires detail::ValuePreservingConstruction<ToRep, rep> &&
             detail::ValuePreservingConversion<unit, rep, ToU{}, ToRep>
[[nodiscard]]
constexpr
QuantityPointOf<quantity_spec> auto
in(ToU) const;

Created with MrDocs