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

Detailed Description

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

Lightweight type-wrapper.

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

Public Types

using type = T
 Wrapped type.