[#mp_units-quantity_point-08-force_in-03] = xref:mp_units.adoc[mp_units]::xref:mp_units/quantity_point-08.adoc[quantity_point]::force_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 std::constructible_from<ToRep, rep> [[nodiscard]] constexpr xref:mp_units/QuantityPointOf.adoc[QuantityPointOf<quantity_spec>] auto xref:mp_units/quantity_point-08/force_in-02.adoc[force_in]() const; ---- [.small]#xref:mp_units/quantity_point-08/force_in-02.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template</* implementation-defined */ ToU> requires detail::SaneScaling<unit, ToU{}, rep> [[nodiscard]] constexpr xref:mp_units/QuantityPointOf.adoc[QuantityPointOf<quantity_spec>] auto xref:mp_units/quantity_point-08/force_in-09.adoc[force_in](ToU) const; ---- [.small]#xref:mp_units/quantity_point-08/force_in-09.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< xref:mp_units/RepresentationOf.adoc[RepresentationOf<quantity_spec>] ToRep, /* implementation-defined */ ToU> requires std::constructible_from<ToRep, rep> && detail::SaneScaling<unit, ToU{}, rep> [[nodiscard]] constexpr xref:mp_units/QuantityPointOf.adoc[QuantityPointOf<quantity_spec>] auto xref:mp_units/quantity_point-08/force_in-0b.adoc[force_in](ToU) const; ---- [.small]#xref:mp_units/quantity_point-08/force_in-0b.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#