eve::element_type< T > Struct Template Reference
Extracts the scalar part of a type. More...
Detailed Description
template<typename T>
struct eve::element_type< T >
struct eve::element_type< T >
Extracts the scalar part of a type.
Required header: #include <eve/traits/element_type.hpp>
For a given type T
, computes the type of its inner elements.
- Template Parameters
-
T Type to process//!
Member types
Name | Definition |
---|---|
type | The type of element contained in T |
Helper types
template<typename Type>
using element_type_t = typename element_type<Type>::type;