Deprecated alias for representation_values.
Synopsis
Declared in <mp‐units/framework/customization_points.h>
template<typename Rep>
using quantity_values [[deprecated("2.5.0: Use `representation_values` instead")]] = representation_values<Rep>;
|
Warning
|
Deprecated: 2.5.0: Use `representation_values` instead. Use of this entity is allowed but discouraged. |
Template Parameters
Name |
Description |
Rep |
a representation type for which a type trait is defined |
Created with MrDocs