[#mp_units-operator_slash-0d3] = xref:mp_units.adoc[mp_units]::operator/ :relfileprefix: ../ :mrdocs: Divides a reference by another reference == Synopsis Declared in `<mp‐units/framework/reference.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] consteval /* implementation-defined */ operator/( xref:mp_units/reference-0b2.adoc[reference] r1, xref:mp_units/reference-0b2.adoc[reference<Q2, U2>] r2); ---- == Return Value a reference resulting from dividing the quantity specifications and the units [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== == Parameters [cols="1,4"] |=== | Name| Description | *r1* | the reference to divide | *r2* | the reference to divide by |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#