![]() |
Evaluation of the element type of a given data type.Via this type trait it is possible to evaluate the element type of a given data type. Examples: More...
#include <UnderlyingElement.h>
Evaluation of the element type of a given data type.
Via this type trait it is possible to evaluate the element type of a given data type. Examples:
Note that per default UnderlyingElement only supports fundamental/built-in data types, complex, and data types with the nested type definition ElementType. Support for other data types can be added by specializing the UnderlyingElement class template.