eve::as< T > Struct Template Reference
Lightweight type-wrapper. More...
Detailed Description
template<typename T>
struct eve::as< 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
-
T Type to wrap
Public Types | |
using | type = T |
Wrapped type. | |