Synopsis

Declared in <mp‐units/framework/quantity.h>

template<
    Reference auto R = one,
    typename Value>
requires RepresentationOf<representation_canonical_type_t<Value>, get_quantity_spec®>
quantity<R, representation_canonical_type_t<Value>>(Value) → quantity<R, representation_canonical_type_t<Value>>;

Created with MrDocs