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