|
Template Numerical Library version\ main:e8ffc18d3
|
Get the underlying value type of T.
More...
#include <TNL/TypeTraits.h>
Public Types | |
| using | type = typename impl< T >::type |
Get the underlying value type of T.
This recursively descends into the ValueType or value_type local type aliases and returns the underlying value type. For example, if a vector type such as
is given as T, this will return double.