All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
blaze::NumericElementType< T > Struct Template Reference

Evaluation of the numeric element type of a given data type.Via this type trait it is possible to evaluate the numeric (fundamental or complex) element type at the heart of a given data type. Examples: More...

#include <NumericElementType.h>

Detailed Description

template<typename T>
struct blaze::NumericElementType< T >

Evaluation of the numeric element type of a given data type.

Via this type trait it is possible to evaluate the numeric (fundamental or complex) element type at the heart of a given data type. Examples:

Note that per default NumericElementType 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 NumericElementType class template.


The documentation for this struct was generated from the following file: