Convenience alias for representation_underlying_type<T>::type.
Synopsis
Declared in <mp‐units/framework/customization_points.h>
template<typename T>
requires requires { typename representation_underlying_type<T>::type; }
using representation_underlying_type_t = representation_underlying_type<T>::type;
Template Parameters
Name |
Description |
T |
the representation type |
Created with MrDocs