Lightweight type-wrapper over element type. More...
#include <eve/as_element.hpp>
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.
T | Type to wrap |
Public Types | |
using | type |
Wrapped type. | |