Lightweight type-wrapper. More...
#include <kumi/utils/as.hpp>
Lightweight type-wrapper.
kumi::as 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. | |