[#mp_units-point_-operator_call] = xref:mp_units.adoc[mp_units]::xref:mp_units/point_.adoc[point_]::operator() :relfileprefix: ../../ :mrdocs: Function call operator == Synopsis Declared in `<mp‐units/framework/construction_helpers.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename FwdRep, xref:mp_units/RepresentationOf.adoc[RepresentationOf<get_quantity_spec(R{})>] Rep = std::remove_cvref_t<FwdRep>> [[nodiscard]] constexpr xref:mp_units/quantity_point-08.adoc[quantity_point<R{}, default_point_origin(R{}), Rep>] operator()(FwdRep&& lhs) const; ---- == Return Value A quantity point == Parameters [cols=2] |=== | Name | Description | *lhs* | The right operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#