![]() |
Blaze 3.9
|
Evaluation of the underlying builtin element type of a given data type. More...
#include <UnderlyingBuiltin.h>
Evaluation of the underlying builtin element type of a given data type.
This type trait evaluates the underlying fundamental element type at the heart of the given data type T. For this purpose either a nested ElementType or a nested value_type will be used. Examples:
Note that it is possible to add support for other data types that have an underlying fundamental element type but do neither provide a nested ElementType nor value_type type by specializing the UnderlyingBuiltin class template.