[#mp_units-get_common_quantity_spec-08] = xref:mp_units.adoc[mp_units]::get_common_quantity_spec :relfileprefix: ../ :mrdocs: == Synopses Declared in `<mp‐units/framework/quantity_spec.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] consteval xref:mp_units/QuantitySpec.adoc[QuantitySpec] auto xref:mp_units/get_common_quantity_spec-04.adoc[get_common_quantity_spec](auto q); ---- [.small]#xref:mp_units/get_common_quantity_spec-04.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< xref:mp_units/QuantitySpec.adoc[QuantitySpec] Q1, xref:mp_units/QuantitySpec.adoc[QuantitySpec] Q2> requires (detail::have_common_quantity_spec(Q1{}, Q2{})) [[nodiscard]] consteval xref:mp_units/QuantitySpec.adoc[QuantitySpec] auto xref:mp_units/get_common_quantity_spec-01.adoc[get_common_quantity_spec]( Q1, Q2); ---- [.small]#xref:mp_units/get_common_quantity_spec-01.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] consteval xref:mp_units/QuantitySpec.adoc[QuantitySpec] auto xref:mp_units/get_common_quantity_spec-0a.adoc[get_common_quantity_spec]( auto q1, auto q2, auto q3, auto... rest) requires requires { mp_units::get_common_quantity_spec(mp_units::get_common_quantity_spec(q1, q2), q3, rest...); }; ---- [.small]#xref:mp_units/get_common_quantity_spec-0a.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#