Computes the most scalar type associated with a type. More...
#include <eve/traits/underlying_type.hpp>
Retrieves the underlying type of one or more types, i.e the simplest type on which constraints and concept can be applied to.
By definition:
For user-defined type, one can either specialize eve::underlying_type or provide an internal typedef named underlying_type
that will be picked up instead.
Required header: #include <eve/traits/underlying_type.hpp>
T | Type to inspect |