![]() |
Blaze
3.6
|
Evaluation of the underlying numeric element type of a given data type.This type trait evaluates the underlying numeric (fundamental or complex) 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: More...
#include <UnderlyingNumeric.h>
Evaluation of the underlying numeric element type of a given data type.
This type trait evaluates the underlying numeric (fundamental or complex) 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 numeric element type but do neither provide a nested ElementType nor value_type type by specializing the UnderlyingNumeric class template.