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

Lightweight type-wrapper over element type. More...

#include <eve/as_element.hpp>

Detailed Description

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

Required header: #include <eve/as.hpp>

eve::as_element<T> is a short-cut for eve::as<eve::element_type_t<T>> designed to work with automatic type deduction.

Template Parameters
TType to wrap

Public Types

using type = element_type_t< T >
 Wrapped type.