[#mp_units-point] = xref:mp_units.adoc[mp_units]::point :relfileprefix: ../ :mrdocs: == Synopsis Declared in `<mp‐units/framework/construction_helpers.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<xref:mp_units/Reference.adoc[Reference] auto R> [[nodiscard]] constexpr xref:mp_units/quantity_point-08.adoc[quantity_point<R{}, default_point_origin(R{}), Rep>] point(FwdRep&& lhs); ---- [NOTE] ==== This function is defined as an https://en.cppreference.com/cpp/algorithm/ranges#Algorithm_function_objects[Algorithm Function Object (AFO)]. ==== == Return Value [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#