[#mp_units-quantity_point-08-force_in-0d] = xref:mp_units.adoc[mp_units]::xref:mp_units/quantity_point-08.adoc[quantity_point]::force_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, xref:mp_units/UnitOf.adoc[UnitOf<quantity_spec>] ToU> requires std::constructible_from<ToRep, rep> && detail::ExplicitlyCastable<unit, ToU{}, rep> [[nodiscard]] constexpr xref:mp_units/QuantityPointOf.adoc[QuantityPointOf<quantity_spec>] auto force_in(ToU) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#