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
-
Member types
Name | Definition |
type | The type of element contained in T |
Helper types