Template Numerical Library version\ main:bb09b17
|
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
.