[#mp_units-quantity-02] = xref:mp_units.adoc[mp_units]::xref:mp_units/quantity-01.adoc[quantity<R{}, representation_canonical_type_t<Value>>] :relfileprefix: ../ :mrdocs: == Synopsis Declared in `<mp‐units/framework/quantity.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< xref:mp_units/Reference.adoc[Reference] R, typename Value> requires RepresentationOf<representation_canonical_type_t<Value>, get_quantity_spec(R{})> xref:mp_units/quantity-01.adoc[quantity<R{}, representation_canonical_type_t<Value>>]( Value v, R) -> xref:mp_units/quantity-01.adoc[quantity<R{}, representation_canonical_type_t<Value>>]; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#