|
capydi
|
A zero-cost wrapper for forwarding compile-time type information. More...
#include <Pack.hpp>
Public Types | |
| using | InnerType = UnitType |
A zero-cost wrapper for forwarding compile-time type information.
| UnitType | The type being wrapped. |
Unit is useful for passing type information through template metafunctions without creating actual instances. It serves as a "type carrier" in template code.
| using capy::meta::Unit< UnitType >::InnerType = UnitType |