A concept matching all quantity points in the library
Synopsis
Declared in <mp‐units/framework/quantity_point_concepts.h>
template<typename T>
concept QuantityPoint = detail::is_quantity_point<T>;
Description
Satisfied by all types being either a specialization or derived from quantity_point
Created with MrDocs