[#mp_units-quantity_point-08-in-0af] = xref:mp_units.adoc[mp_units]::xref:mp_units/quantity_point-08.adoc[quantity_point]::in :relfileprefix: ../../ :mrdocs: == Synopsis Declared in `<mp‐units/framework/quantity_point.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< xref:mp_units/RepresentationOf.adoc[RepresentationOf<quantity_spec>] ToRep, /* implementation-defined */ ToU> requires detail::ValuePreservingConstruction<ToRep, rep> && detail::ValuePreservingConversion<unit, rep, ToU{}, ToRep> [[nodiscard]] constexpr xref:mp_units/QuantityPointOf.adoc[QuantityPointOf<quantity_spec>] auto in(ToU) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#