[#mp_units-quantity_point-08-in-0ac] = xref:mp_units.adoc[mp_units]::xref:mp_units/quantity_point-08.adoc[quantity_point]::in :relfileprefix: ../../ :mrdocs: == Synopses 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> requires detail::ValuePreservingConstruction<ToRep, rep> [[nodiscard]] constexpr xref:mp_units/QuantityPointOf.adoc[QuantityPointOf<quantity_spec>] auto xref:mp_units/quantity_point-08/in-01.adoc[in]() const; ---- [.small]#xref:mp_units/quantity_point-08/in-01.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template</* implementation-defined */ ToU> requires detail::ValuePreservingScaling<unit, ToU{}, rep> [[nodiscard]] constexpr xref:mp_units/QuantityPointOf.adoc[QuantityPointOf<quantity_spec>] auto xref:mp_units/quantity_point-08/in-07.adoc[in](ToU) const; ---- [.small]#xref:mp_units/quantity_point-08/in-07.adoc[_» more..._]# [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 xref:mp_units/quantity_point-08/in-0af.adoc[in](ToU) const; ---- [.small]#xref:mp_units/quantity_point-08/in-0af.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#