E.V.E
v2023.02.15
 
Loading...
Searching...
No Matches
eve::element_type< T > Struct Template Reference

Extracts the scalar part of a type. More...

#include <eve/traits/element_type.hpp>

Detailed Description

template<typename T>
struct eve::element_type< T >

Required header: #include <eve/traits/element_type.hpp>

For a given type T, computes the type of its inner elements.

Template Parameters
TType 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;