[#mp_units-QuantityPoint] = xref:mp_units.adoc[mp_units]::QuantityPoint :relfileprefix: ../ :mrdocs: A concept matching all quantity points in the library == Synopsis Declared in `<mp‐units/framework/quantity_point_concepts.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> concept QuantityPoint = detail::is_quantity_point<T>; ---- == Description Satisfied by all types being either a specialization or derived from `quantity_point` [.small]#Created with https://www.mrdocs.com[MrDocs]#