[#mp_units-quantity_values] = xref:mp_units.adoc[mp_units]::quantity_values :relfileprefix: ../ :mrdocs: Deprecated alias for `representation_values`. == Synopsis Declared in `<mp‐units/framework/customization_points.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Rep> using quantity_values [[deprecated("2.5.0: Use `representation_values` instead")]] = xref:mp_units/representation_values.adoc[representation_values<Rep>]; ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]: 2.5.0: Use `representation_values` instead. Use of this entity is allowed but discouraged. ==== == Template Parameters [cols="1,4"] |=== | Name| Description | *Rep* | a representation type for which a type trait is defined |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#