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

Lightweight type-wrapper. More...

#include <eve/as.hpp>

Detailed Description

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

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

Wraps type into a constexpr, trivially constructible empty class to optimize passing type parameters via object instead of via template parameters.

Template Parameters
TType to wrap
Examples
/__w/eve/eve/include/eve/traits/as_translation.hpp.

Public Types

using type = T
 Wrapped type.