[#mp_units-quantity_point-08-force_in-0b] = 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, /* 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 force_in(ToU) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#